]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Run authentication tests, too
authorAlan T. DeKok <aland@freeradius.org>
Thu, 30 Oct 2014 14:56:20 +0000 (10:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 30 Oct 2014 14:56:38 +0000 (10:56 -0400)
Makefile

index a4fb6108fc18391b7bf98d32c710d4e8c4f0f843..872bdc05b578f80b2bf10903c799054b260e3fa5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd | build.r
        @echo "ok"
        @touch $@
 
-test: ${BUILD_DIR}/bin/radiusd ${BUILD_DIR}/bin/radclient tests.unit tests.keywords $(BUILD_DIR)/tests/radiusd-c | build.raddb
+test: ${BUILD_DIR}/bin/radiusd ${BUILD_DIR}/bin/radclient tests.unit tests.keywords tests.auth $(BUILD_DIR)/tests/radiusd-c | build.raddb
        @$(MAKE) -C src/tests tests
 
 #  Tests specifically for Travis.  We do a LOT more than just