summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2011-07-15 12:18:26 +0200
committerMatthias Schwarzott <zzam@gentoo.org>2011-07-15 12:18:26 +0200
commit025e215713e1c2abefc06a5cc4f7715cd0f80c5c (patch)
tree8754bf36d32b8bbb67c7ad9bd678cfcccf039850 /Makefile
parentremove rc_device_tarball functionality (diff)
downloadudev-gentoo-scripts-025e215713e1c2abefc06a5cc4f7715cd0f80c5c.tar.gz
udev-gentoo-scripts-025e215713e1c2abefc06a5cc4f7715cd0f80c5c.tar.bz2
udev-gentoo-scripts-025e215713e1c2abefc06a5cc4f7715cd0f80c5c.zip
let "make test" and "make check" run the tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 287e094..f6b2535 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ check-git-repository:
git diff --quiet || { echo 'STOP, you have uncommitted changes in the working directory' ; false ; }
git diff --cached --quiet || { echo 'STOP, you have uncommitted changes in the index' ; false ; }
-test:
+check test:
@cd test; ./run_test.sh
dist: check-git-repository test