Changes in Makefile [5e56bbd:80e9efc]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r5e56bbd r80e9efc 36 36 MANDIR?=$(DATAROOTDIR)/man 37 37 38 # default nose2 command39 NOSE2?=nose2 -N 4 --verbose40 41 38 SOX=sox 42 39 … … 139 136 test_python: local_dylib 140 137 # run test with installed package 141 #./python/tests/run_all_tests --verbose142 # run with nose2, multiple processes143 $(NOSE2)138 ./python/tests/run_all_tests --verbose 139 # also run with nose, multiple processes 140 nose2 -N 4 144 141 145 142 clean_python:
Note: See TracChangeset
for help on using the changeset viewer.