qa: Add test/fuzz/test_runner.py

This commit is contained in:
MarcoFalke
2019-01-16 11:49:01 -05:00
parent ad039aa0d3
commit fa7ca8ef58
8 changed files with 199 additions and 27 deletions
+6
View File
@@ -19,3 +19,9 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast
END_FOLD
fi
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
BEGIN_FOLD fuzz-tests
DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
END_FOLD
fi