Rename test/run.sh to test.sh

This commit is contained in:
2013-10-20 22:51:08 +01:00
parent 4cfc03ebc2
commit 7dd4458031
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ build:
./build.sh
test: build
test/run.sh
./test.sh
.SILENT:
.PHONY: build test

View File

@@ -19,7 +19,7 @@ abs_dirname() {
}
testdir="$(abs_dirname "$0")"
testdir="$(abs_dirname "$0")/test"
testfiles="$(find "$testdir" -name "*-test.sh")"
RET=0