kubo/test
Christian Couder aeb019f2b8 Add test/Makefile to run the test scripts
You can use it like this to launch all the
test scripts in order:

$ cd test
$ make
 rm -r test-results
 *** t0010-basic-commands.sh ***
 ok 1 - current dir is writable
 ok 2 - ipfs version succeeds
 ok 3 - ipfs version output looks good
 ok 4 - ipfs help succeeds
 ok 5 - ipfs help output looks good
 # passed all 5 test(s)
 1..5
 ./test-aggregate-results.sh
 fixed   0
 success 5
 failed  0
 broken  0
 total   5

Or you can just run one test like this:

$ make t0010-basic-commands.sh
 *** t0010-basic-commands.sh ***
 ok 1 - current dir is writable
 ok 2 - ipfs version succeeds
 ok 3 - ipfs version output looks good
 ok 4 - ipfs help succeeds
 ok 5 - ipfs help output looks good
 # passed all 5 test(s)
 1..5
2014-10-25 14:12:27 +02:00
..
Makefile Add test/Makefile to run the test scripts 2014-10-25 14:12:27 +02:00
t0010-basic-commands.sh Add t0010-basic-commands.sh 2014-10-25 13:57:19 +02:00
test-aggregate-results.sh Add test-aggregate-results.sh 2014-10-25 14:12:20 +02:00
test-lib.sh Move Sharness config checks into test-sharness-config.sh 2014-10-25 13:58:54 +02:00
test-sharness-config.sh Move Sharness config checks into test-sharness-config.sh 2014-10-25 13:58:54 +02:00