We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2963f48 commit eb55cf7Copy full SHA for eb55cf7
test/Makefile
@@ -24,6 +24,7 @@ test: test_expensive
24
test_expensive:
25
cd sharness && make TEST_EXPENSIVE=1
26
cd 3nodetest && make
27
+ cd dependencies && make
28
29
test_cheap:
30
cd sharness && make
test/dependencies/Makefile
@@ -0,0 +1,9 @@
1
+
2
+all: restore
3
4
+restore:
5
+ @echo "*** $@ ***"
6
+ which godep
7
+ cd ../.. && godep restore
8
9
+.PHONY: all restore
0 commit comments