Add a simple unit test for link/host creation with options

This commit is contained in:
Brandon Heller
2012-11-14 00:43:46 -08:00
parent d7768ab228
commit e1205a8a49
2 changed files with 64 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ errcheck: $(PYSRC)
test: $(MININET) $(TEST)
-echo "Running tests"
mininet/test/test_nets.py
mininet/test/test_hifi.py
mnexec: mnexec.c $(MN) mininet/net.py
cc $(CFLAGS) $(LDFLAGS) -DVERSION=\"`PYTHONPATH=. $(MN) --version`\" $< -o $@