diff options
Diffstat (limited to 'src/libstrongswan/tests/Makefile.am')
-rw-r--r-- | src/libstrongswan/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/tests/Makefile.am b/src/libstrongswan/tests/Makefile.am index 0fd404014..e389bc3c4 100644 --- a/src/libstrongswan/tests/Makefile.am +++ b/src/libstrongswan/tests/Makefile.am @@ -4,7 +4,8 @@ check_PROGRAMS = $(TESTS) test_runner_SOURCES = \ test_runner.c test_runner.h \ - test_linked_list.c test_enumerator.c test_linked_list_enumerator.c + test_linked_list.c test_enumerator.c test_linked_list_enumerator.c \ + test_identification.c test_runner_CFLAGS = \ |