css_enhanced_waf/scripts/tests-ubuntu-amd64.sh

11 lines
278 B
Bash
Raw Normal View History

2022-08-17 10:22:05 +02:00
#!/bin/sh
git submodule init && git submodule update
sudo apt-get update
sudo apt-get install -y libbz2-dev
2022-08-17 10:22:05 +02:00
2023-04-07 12:25:58 +02:00
./waf configure -T release --sanitize=address,undefined --disable-warns --tests --prefix=out/ --64bits $* &&
2022-08-17 10:22:05 +02:00
./waf install &&
cd out &&
2022-08-17 12:39:51 +02:00
LD_LIBRARY_PATH=bin/ ./unittest