We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677fbac commit 9f93cd8Copy full SHA for 9f93cd8
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "tests/shunit2"]
2
+ path = tests/shunit2
3
+ url = https://github.com/kward/shunit2.git
.travis.yml
@@ -1,8 +1,5 @@
language: generic
-before_script:
4
- - curl -L "https://github.com/kward/shunit2/archive/master.tar.gz" | tar zx; cp shunit2-master/shunit2 /usr/local/bin/
5
-
6
os:
7
- linux
8
Makefile
@@ -34,7 +34,7 @@ check: tests
34
TESTS ?= $(shell cd tests; echo *_test.sh)
35
tests: ${TESTS}
36
%_test.sh:
37
- cd tests; shunit2 $@
+ cd tests; shunit2/shunit2 $@
38
39
## build the image based on docker file and latest repository
40
build-image:
tests/shunit2
0 commit comments