[PATCH] add test target to makefile

Will help distros that have a test phase of their build.
This commit is contained in:
greg@kroah.com 2004-10-28 10:19:13 -05:00 committed by Greg KH
parent 948736dde7
commit bd842ba41a

View File

@ -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