From 03461ce9082dab5a6eed4da33834ceb20c95bb3e Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Thu, 4 Dec 2014 09:17:13 -0800 Subject: [PATCH] Add 'slowtest' make target to test walkthrough, examples --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a395a139..81231233 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ -- GitLab