Add example unit tests and Makefile target

This commit is contained in:
Brandon Heller
2009-12-18 12:15:04 -08:00
parent fd99d67c33
commit ff43615ab1
3 changed files with 48 additions and 1 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
clean:
rm -rf build dist build *.egg-info *.pyc
rm -rf build dist build *.egg-info *.pyc
test: mininet/*.py mininet/test/*.py
mininet/test/test_nets.py