Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r5e56bbd r80e9efc  
    3636MANDIR?=$(DATAROOTDIR)/man
    3737
    38 # default nose2 command
    39 NOSE2?=nose2 -N 4 --verbose
    40 
    4138SOX=sox
    4239
     
    139136test_python: local_dylib
    140137        # run test with installed package
    141         # ./python/tests/run_all_tests --verbose
    142         # run with nose2, multiple processes
    143         $(NOSE2)
     138        ./python/tests/run_all_tests --verbose
     139        # also run with nose, multiple processes
     140        nose2 -N 4
    144141
    145142clean_python:
Note: See TracChangeset for help on using the changeset viewer.