Add 'slowtest' make target to test walkthrough, examples

This commit is contained in:
Bob Lantz
2014-12-04 09:17:13 -08:00
parent 8c37975d44
commit 03461ce908
+5
View File
@@ -38,6 +38,11 @@ test: $(MININET) $(TEST)
mininet/test/test_nets.py
mininet/test/test_hifi.py
slowtest: $(MININET)
-echo "Running slower tests (walkthrough, examples)"
mininet/test/test_walkthrough.py -v
mininet/examples/test/runner.py -v
mnexec: mnexec.c $(MN) mininet/net.py
cc $(CFLAGS) $(LDFLAGS) -DVERSION=\"`PYTHONPATH=. $(MN) --version`\" $< -o $@