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.
This commit is contained in:
Martin Willi
2013-11-06 10:31:00 +01:00
parent 6531afb557
commit a5860cddae
+1 -3
View File
@@ -488,9 +488,7 @@ if MONOLITHIC
endif
endif
if UNITTESTS
if MONOLITHIC
SUBDIRS += .
endif
SUBDIRS += tests
endif
SUBDIRS += tests