File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 uses :
joergbrech/[email protected] 3636 with :
3737 tests : tests # files or directories containing the MOxUnit test cases
38- src : src lib/bids-matlab lib/JSONio # directories to be added to path before running the tests.
39- ext : tests/utils # External resources to add to the search put (excluded from coverage)
38+ src : src # directories to be added to path before running the tests.
39+ ext : tests/utils lib/bids-matlab lib/JSONio # External resources to add to the search put (excluded from coverage)
4040 # data: # Directory for test data
4141 with_coverage : true
4242 cover_xml_file : coverage.xml
Original file line number Diff line number Diff line change 11install_dev :
22 git clone https://github.com/bids-standard/bids-matlab.git lib/bids-matlab
33 cd lib/bids-matlab && git checkout dev
4- git clone git ://github.com/gllmflndn/JSONio.git --depth 1 lib/JSONio
4+ git clone https ://github.com/gllmflndn/JSONio.git --depth 1 lib/JSONio
55
66install_dev_octave :
77 git clone https://github.com/bids-standard/bids-matlab.git lib/bids-matlab
88 cd lib/bids-matlab && git checkout dev
9- git clone git ://github.com/gllmflndn/JSONio.git --depth 1 lib/JSONio
9+ git clone https ://github.com/gllmflndn/JSONio.git --depth 1 lib/JSONio
1010 cd lib/JSONio && mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
1111
1212clean :
You can’t perform that action at this time.
0 commit comments