libhydra: Remove empty unused library
This commit is contained in:
@@ -10,7 +10,6 @@ libcharon_tests_SOURCES = \
|
||||
|
||||
libcharon_tests_CFLAGS = \
|
||||
-I$(top_srcdir)/src/libcharon \
|
||||
-I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libstrongswan \
|
||||
-I$(top_srcdir)/src/libstrongswan/tests \
|
||||
-DPLUGINDIR=\""$(abs_top_builddir)/src/libstrongswan/plugins\"" \
|
||||
@@ -20,6 +19,5 @@ libcharon_tests_CFLAGS = \
|
||||
libcharon_tests_LDFLAGS = @COVERAGE_LDFLAGS@
|
||||
libcharon_tests_LDADD = \
|
||||
$(top_builddir)/src/libcharon/libcharon.la \
|
||||
$(top_builddir)/src/libhydra/libhydra.la \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la \
|
||||
$(top_builddir)/src/libstrongswan/tests/libtest.la
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
|
||||
#include <test_runner.h>
|
||||
#include <hydra.h>
|
||||
#include <daemon.h>
|
||||
|
||||
/* declare test suite constructors */
|
||||
@@ -39,7 +38,6 @@ static bool test_runner_init(bool init)
|
||||
{
|
||||
char *plugins, *plugindir;
|
||||
|
||||
libhydra_init();
|
||||
libcharon_init();
|
||||
|
||||
plugins = getenv("TESTS_PLUGINS") ?:
|
||||
@@ -59,7 +57,6 @@ static bool test_runner_init(bool init)
|
||||
lib->processor->cancel(lib->processor);
|
||||
lib->plugins->unload(lib->plugins);
|
||||
libcharon_deinit();
|
||||
libhydra_deinit();
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user