From: Alan T. DeKok Date: Thu, 30 Oct 2014 14:56:20 +0000 (-0400) Subject: Run authentication tests, too X-Git-Tag: branch_3_1_x~4829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85cab6ee8b361dc2e197fdbead6d2c2f62450dd;p=thirdparty%2Ffreeradius-server.git Run authentication tests, too --- diff --git a/Makefile b/Makefile index a4fb6108fc1..872bdc05b57 100644 --- 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