btrfs-progs: CI: enable fuzz tests

With recent fixes the fuzz tests pass, enable them for the continuos
integration.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2019-05-17 13:18:01 +02:00
parent 936eaf9a36
commit a8779ec9c8
1 changed files with 1 additions and 0 deletions

View File

@ -80,5 +80,6 @@ script:
- "if travis/should-run-test; then make TEST_LOG=dump test-check; fi"
- "if travis/should-run-test; then make TEST_LOG=dump TEST_ENABLE_OVERRIDE=true TEST_ARGS_CHECK=--mode=lowmem test-check; fi"
- "if travis/should-run-test; then make TEST_LOG=dump test-misc; fi"
- "if travis/should-run-test; then make TEST_LOG=dump test-fuzz; fi"
# long running tests
- "if [ $TRAVIS_BRANCH = release-test ]; then make TEST_LOG=dump test-convert; fi"