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:
@@ -488,9 +488,7 @@ if MONOLITHIC
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if UNITTESTS
|
|
||||||
if MONOLITHIC
|
if MONOLITHIC
|
||||||
SUBDIRS += .
|
SUBDIRS += .
|
||||||
endif
|
endif
|
||||||
SUBDIRS += tests
|
SUBDIRS += tests
|
||||||
endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user