]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
[PATCH] add test target to makefile
authorgreg@kroah.com <greg@kroah.com>
Thu, 28 Oct 2004 15:19:13 +0000 (10:19 -0500)
committerGreg 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

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