Code

store_lookup_test: Added a more complex parser/lookup test.
[sysdb.git] / t / cibuild.sh
index fdf4badceddae3091bb014e591e8f309250b0e58..b90fb41855028091d3a2917245f21982894df220 100755 (executable)
@@ -7,6 +7,8 @@
 set -ex
 
 ./autogen.sh
-./configure --enable-gcov CFLAGS="-O0 -Wno-sign-conversion"
+./configure --enable-standards --enable-gcov $CIOPTIONS \
+       CFLAGS="-O0 $CICFLAGS" \
+       LDFLAGS="$CILDFLAGS"
 make clean all
 make test