aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-21 19:00:43 +0200
committervan Hauser <vh@thc.org>2019-09-21 19:00:43 +0200
commite423e0a0f1cdbb0f3a369030d9c3f791b5ee139f (patch)
tree7912b542984fc1a733d8cd776f734405f6e20b92 /Makefile
parentad1750b53d51787e52977181c4e032adb489ac13 (diff)
downloadafl++-e423e0a0f1cdbb0f3a369030d9c3f791b5ee139f.tar.gz
make tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a654db7..5d9a55a6 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,8 @@ endif
all: test_x86 test_shm test_python27 ready $(PROGS) afl-as test_build all_done
+tests:
+ @cd test ; ./test.sh
help:
@echo "HELP --- the following make targets exist:"
@@ -296,7 +298,7 @@ endif
cp -r testcases/ $${DESTDIR}$(MISC_PATH)
cp -r dictionaries/ $${DESTDIR}$(MISC_PATH)
-publish: clean
+#publish: clean
# test "`basename $$PWD`" = "afl" || exit 1
# test -f ~/www/afl/releases/$(PROGNAME)-$(VERSION).tgz; if [ "$$?" = "0" ]; then echo; echo "Change program version in config.h, mmkay?"; echo; exit 1; fi
# cd ..; rm -rf $(PROGNAME)-$(VERSION); cp -pr $(PROGNAME) $(PROGNAME)-$(VERSION); \