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-04 11:26:33 +01:00
parent 6531afb557
commit a5860cddae
1 changed files with 1 additions and 3 deletions

View File

@ -488,9 +488,7 @@ if MONOLITHIC
endif
endif
if UNITTESTS
if MONOLITHIC
SUBDIRS += .
endif
SUBDIRS += tests
endif
SUBDIRS += tests