From: greg@kroah.com Date: Thu, 28 Oct 2004 15:19:13 +0000 (-0500) Subject: [PATCH] add test target to makefile X-Git-Tag: 043~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd842ba41aba926d5842c350593127594bba5d08;p=systemd [PATCH] add test target to makefile Will help distros that have a test phase of their build. --- 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