chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948736d
)
[PATCH] add test target to makefile
author
greg@kroah.com
<greg@kroah.com>
Thu, 28 Oct 2004 15:19:13 +0000
(10:19 -0500)
committer
Greg KH
<gregkh@suse.de>
Wed, 27 Apr 2005 05:08:27 +0000
(22:08 -0700)
Will help distros that have a test phase of their build.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f75721e1f3e747a46a0e222175cc3aa71a0b5d50..c90baba58253913f4bc50d1ef85edf59e63e8a0a 100644
(file)
--- 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