Read actions from test config, delayed execution

This commit is contained in:
Martin Willi
2011-01-05 16:45:41 +01:00
parent 6c2d466b90
commit 73a3013f7c
5 changed files with 391 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ ipsec_PROGRAMS = conftest
AM_CFLAGS = -rdynamic
conftest_SOURCES = conftest.c conftest.h config.c config.h hooks/hook.h
conftest_SOURCES = conftest.c conftest.h config.c config.h hooks/hook.h \
actions.c actions.h
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \