diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-08-04 21:33:29 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-08-04 21:33:29 +0200 |
| commit | 194188fe56f06dfc49aef9066e96bf90bc4fbe71 (patch) | |
| tree | 40c93782d003967ed9a9eaad50c5c57dc9073aea /GNUmakefile | |
| parent | cc74efa35e190d15533f99a5a99b698e772fbe81 (diff) | |
| download | afl++-194188fe56f06dfc49aef9066e96bf90bc4fbe71.tar.gz | |
split up testcases
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index e0d89274..510f4298 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -270,7 +270,7 @@ all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done man: $(MANPAGES) tests: source-only - @cd test ; ./test.sh + @cd test ; ./test-all.sh @rm -f test/errors performance-tests: performance-test |
