diff options
author | 2011-06-08 13:43:54 +0200 | |
---|---|---|
committer | 2011-06-08 15:47:57 +0200 | |
commit | 07aaa67d8fb33731ef8fbe1020cbb67f19968812 (patch) | |
tree | 25fb448a22774ceebf5d74b5fe896d9d870e7e3c /Makefile | |
parent | Imported shunit2-2.1.6 (diff) | |
download | udev-gentoo-scripts-07aaa67d8fb33731ef8fbe1020cbb67f19968812.tar.gz udev-gentoo-scripts-07aaa67d8fb33731ef8fbe1020cbb67f19968812.tar.bz2 udev-gentoo-scripts-07aaa67d8fb33731ef8fbe1020cbb67f19968812.zip |
Use shtest2 for testing
Improve testcases a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,8 +48,7 @@ check-git-repository: git diff --cached --quiet || { echo 'STOP, you have uncommitted changes in the index' ; false ; } test: - @echo "Running tests" - @./test-kv.sh + @cd test; ./run_test.sh dist: check-git-repository test git archive --format=tar --prefix=$(DESTNAME)/ HEAD | bzip2 > $(DESTNAME).tar.bz2 |