strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6531afb
)
unit-tests: Enable libstrongswan tests even if --enable-unit-tests not set
author
Martin Willi
<martin@revosec.ch>
Mon, 4 Nov 2013 10:26:33 +0000
(11:26 +0100)
committer
Martin Willi
<martin@revosec.ch>
Wed, 6 Nov 2013 09:31:00 +0000
(10:31 +0100)
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
patch
|
blob
|
history
diff --git
a/src/libstrongswan/Makefile.am
b/src/libstrongswan/Makefile.am
index
3804adb
..
63603bf
100644
(file)
--- 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