Commit Graph

8 Commits

Author SHA1 Message Date
Juan Batiz-Benet
b0e251bda1 Makefile: add test_all_commits 2014-12-08 20:39:00 -08:00
Christian Couder
3edbadd120 Add test_expensive target to the main Makefile
Now 'make test' will run the go tests with option -test.short
and the sharness tests without any option.

And 'make test_expensive' will run the go tests without any
option and the sharness tests with option TEST_EXPENSIVE=1.

This should help fix the first part of issue #283.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2014-11-22 16:08:24 +01:00
Juan Batiz-Benet
dc65e86e22 makefile: revert back to cmd/ipfs 2014-11-18 06:15:00 -08:00
Brian Tiger Chow
981f18bb49 change(Makefile) make install -> make install_1, make install_2 2014-11-14 03:17:41 -08:00
Brian Tiger Chow
eb1a5618a0 chore(Makefile) provide install task 2014-11-14 03:17:20 -08:00
Juan Batiz-Benet
7e14f1737d test/: build own ipfs tool to test
The tests were using the globally installed ipfs.
This commit changes it to build + use its own ipfs binary.
2014-11-07 15:16:29 -08:00
Juan Batiz-Benet
efe4e05665 added install + tests to toplevel 2014-11-07 14:54:58 -08:00
Brian Tiger Chow
7968b45e58 vendor dependencies with godep
dependencies are vendored into Godeps/_workspace and commit versions are
recorded in Godeps.json

update datastore to e89f0511
update go.crypto
2014-09-09 22:39:42 -07:00