Run the tests.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Feb 2013 15:06:21 +0000 (10:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Feb 2013 15:06:21 +0000 (10:06 -0500)
Accidentally deleted in prior commit

Makefile

index 11c6a75..b619733 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ include scripts/boiler.mk
 .PHONY: test
 test:
        @$(MAKE) -C raddb/certs
+       @$(MAKE) -C src/tests tests
 
 #
 # The $(R) is a magic variable not defined anywhere in this source.