build.sh: add make checkwaf
authorPaul Brossier <piem@piem.org>
Wed, 19 Aug 2015 15:18:12 +0000 (17:18 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 19 Aug 2015 15:18:12 +0000 (17:18 +0200)
build.sh

index 8e81902..d6e8482 100644 (file)
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,4 @@
+make checkwaf
 python waf configure --prefix=$PREFIX
 python waf build
 python waf install