Generate certificates before running tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Feb 2013 01:56:17 +0000 (20:56 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Feb 2013 01:56:17 +0000 (20:56 -0500)
Makefile

index c41fff7..756cb2f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ clean:
 
 .PHONY: test
 test:
+       @$(MAKE) -C raddb/certs
        @$(MAKE) -C src/tests tests
 
 #