Code

t/: Run all unit tests through valgrind.
[sysdb.git] / t / cibuild.sh
index 61f4a8b09b658e3b13c75dd17cc7249517a275d7..9e21eb2b1fe15a75eb6fbe08f4f613b0cd110830 100755 (executable)
@@ -17,7 +17,7 @@ case "$CICFLAGS" in
                # skip regular tests
                ;;
        *)
-               make test
+               make test TESTS_ENVIRONMENT="./testwrapper.sh"
                ;;
 esac