Add 'slowtest' make target to test walkthrough, examples
This commit is contained in:
@@ -38,6 +38,11 @@ test: $(MININET) $(TEST)
|
|||||||
mininet/test/test_nets.py
|
mininet/test/test_nets.py
|
||||||
mininet/test/test_hifi.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
|
mnexec: mnexec.c $(MN) mininet/net.py
|
||||||
cc $(CFLAGS) $(LDFLAGS) -DVERSION=\"`PYTHONPATH=. $(MN) --version`\" $< -o $@
|
cc $(CFLAGS) $(LDFLAGS) -DVERSION=\"`PYTHONPATH=. $(MN) --version`\" $< -o $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user