aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-28 10:19:13 -0500
committerGreg KH <gregkh@suse.de>2005-04-26 22:08:27 -0700
commitbd842ba41aba926d5842c350593127594bba5d08 (patch)
treea7a658430733e0ec0637c8cece05cd4be8953f22 /Makefile
parent948736dde7791e19528f829703042c7c843a43ca (diff)
downloadudev-bd842ba41aba926d5842c350593127594bba5d08.tar.gz
[PATCH] add test target to makefile
Will help distros that have a test phase of their build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f75721e1..c90baba5 100644
--- a/Makefile
+++ b/Makefile
@@ -463,3 +463,6 @@ uninstall: uninstall-man uninstall-dev.d
$(MAKE) prefix=$(prefix) LD="$(LD)" SYSFS="$(SYSFS)" \
-C $$target $@ ; \
done ; \
+
+test: all
+ @ cd test && sudo ./udev-test.pl