mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Rename test/run.sh to test.sh
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ build:
|
|||||||
./build.sh
|
./build.sh
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
test/run.sh
|
./test.sh
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.PHONY: build test
|
.PHONY: build test
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ abs_dirname() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
testdir="$(abs_dirname "$0")"
|
testdir="$(abs_dirname "$0")/test"
|
||||||
testfiles="$(find "$testdir" -name "*-test.sh")"
|
testfiles="$(find "$testdir" -name "*-test.sh")"
|
||||||
|
|
||||||
RET=0
|
RET=0
|
||||||
Reference in New Issue
Block a user