diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-28 10:19:13 -0500 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:08:27 -0700 |
commit | bd842ba41aba926d5842c350593127594bba5d08 (patch) | |
tree | a7a658430733e0ec0637c8cece05cd4be8953f22 /Makefile | |
parent | 948736dde7791e19528f829703042c7c843a43ca (diff) |
[PATCH] add test target to makefile
Will help distros that have a test phase of their build.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |