Add "tests" target
authorAlan T. DeKok <aland@freeradius.org>
Tue, 29 Nov 2011 10:47:13 +0000 (11:47 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 29 Nov 2011 10:47:13 +0000 (11:47 +0100)
src/Makefile

index 4e9b795..a79ce07 100644 (file)
@@ -24,6 +24,10 @@ install:
 reconfig:
        @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
 
+.PHONY: tests
+tests:
+       @$(MAKE) -C tests tests
+
 .PHONY: common $(SUBDIRS)
 
 #