diff options
author | van Hauser <vh@thc.org> | 2019-10-31 11:01:00 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-10-31 11:01:00 +0100 |
commit | 98b27d0c64c849318b36bc1f70851a53a8179057 (patch) | |
tree | 1aaab92a113ee957fb5e0fdb8658c08d1ebfb7df | |
parent | 2d0b90b423d7f18f304d5fe1b64908c23b0c687a (diff) | |
download | afl++-98b27d0c64c849318b36bc1f70851a53a8179057.tar.gz |
travis: added make tests
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b5684452..9f7ed920 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,4 +57,5 @@ script: # else timeout --preserve-status 5s ./afl-fuzz -Q -i seeds -o out/ -- ./test-no-instr; # fi #- .travis/check_fuzzer_stats.sh -o out -k peak_rss_mb -v 12 -p 9 + - make tests - make clean |