diff --git a/Makefile b/Makefile index f75721e1f3e..c90baba5825 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