Skip to content

Commit be16ea5

Browse files
authored
remove old test commands from Makefile (#524)
1 parent 00a6c21 commit be16ea5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
install:
44
python setup.py install
55

6-
test-all: test test-examples test-solutions
7-
86
test:
97
@echo "Running nosetests on test suite ..."
108
nosetests -v
11-
12-
test-examples:
13-
@echo "Testing examples ..."
14-
python scripts/test-examples.py
15-
16-
test-solutions:
17-
@echo "testing solutions ..."
18-
python scripts/test-solutions.py

0 commit comments

Comments
 (0)