Add test runner for unit tests in libstrongswan

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent 62516a7465
commit 156dcbc12e
6 changed files with 84 additions and 0 deletions
+7
View File
@@ -455,3 +455,10 @@ if MONOLITHIC
libstrongswan_la_LIBADD += plugins/test_vectors/libstrongswan-test-vectors.la
endif
endif
if UNITTESTS
if MONOLITHIC
SUBDIRS += .
endif
SUBDIRS += tests
endif