From a5860cddae7a8c8f8734faf046f1a63746727565 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 4 Nov 2013 11:26:33 +0100 Subject: [PATCH] unit-tests: Enable libstrongswan tests even if --enable-unit-tests not set As we don't depend on the check framework anymore, we can enable the unit tests by default. These are built/executed with "make check" only, so it makes no sense to disable them. --- src/libstrongswan/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index 3804adb03..63603bfe9 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -488,9 +488,7 @@ if MONOLITHIC endif endif -if UNITTESTS if MONOLITHIC SUBDIRS += . endif - SUBDIRS += tests -endif +SUBDIRS += tests