summaryrefslogtreecommitdiffstats
path: root/test_build.sh
blob: 8f11ccdd41f30556fde6089ce1ea4f194d4712d5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
set -e

make CONFIG_EVERYTHING=yes WARNERROR=yes

meson out
(cd out && ninja)
(cd out && ninja test)