unit-tester: Drop the old unit-tester libcharon plugin

While it has some tests that we don't directly cover with the new unit tests,
most of them require special infrastructure and therefore have not been used
for a long time.
This commit is contained in:
Martin Willi
2015-02-20 13:34:55 +01:00
parent 751363275f
commit 124490a8e0
14 changed files with 0 additions and 957 deletions
-7
View File
@@ -600,13 +600,6 @@ if MONOLITHIC
endif
endif
if USE_UNIT_TESTS
SUBDIRS += plugins/unit_tester
if MONOLITHIC
libcharon_la_LIBADD += plugins/unit_tester/libstrongswan-unit-tester.la
endif
endif
if USE_XAUTH_GENERIC
SUBDIRS += plugins/xauth_generic
if MONOLITHIC