From: Martin Willi Date: Mon, 4 Nov 2013 10:26:33 +0000 (+0100) Subject: unit-tests: Enable libstrongswan tests even if --enable-unit-tests not set X-Git-Tag: 5.1.2dr1~33^2~46 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5860cddae7a8c8f8734faf046f1a63746727565;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index 3804adb033..63603bfe94 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