Revision 26266932 Makefile
Makefile | ||
---|---|---|
5 | 5 |
|
6 | 6 |
MININET = mininet/*.py |
7 | 7 |
TEST = mininet/test/*.py |
8 |
EXAMPLES = examples/*.py |
|
8 | 9 |
BIN = bin/mn bin/mnclean |
9 |
PYSRC = $(MININET) $(TEST) $(BIN) |
|
10 |
PYSRC = $(MININET) $(TEST) $(EXAMPLES) $(BIN)
|
|
10 | 11 |
|
11 | 12 |
P8IGN = E251,E201,E302 |
12 | 13 |
|
13 | 14 |
codecheck: $(PYSRC) |
14 | 15 |
pyflakes $(PYSRC) |
15 | 16 |
pylint --rcfile=.pylint $(PYSRC) |
16 |
pep8 --ignore=$(P8IGN) $(PYSRC) |
|
17 |
pep8 --repeat --ignore=$(P8IGN) $(PYSRC)
|
|
17 | 18 |
|
18 | 19 |
test: $(MININET) $(TEST) |
19 | 20 |
mininet/test/test_nets.py |
Also available in: Unified diff