From bd842ba41aba926d5842c350593127594bba5d08 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 28 Oct 2004 10:19:13 -0500 Subject: [PATCH] [PATCH] add test target to makefile Will help distros that have a test phase of their build. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f75721e1f..c90baba58 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 -- 2.30.2