unit-tests: add a test case checking if all test vectors have been passed

This commit is contained in:
Martin Willi
2013-06-21 10:53:20 +02:00
parent e9e4759733
commit cb1745f7a6
4 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ test_runner_SOURCES = \
test_runner.c test_runner.h test_suite.h \
test_linked_list.c test_enumerator.c test_linked_list_enumerator.c \
test_bio_reader.c test_bio_writer.c test_chunk.c test_enum.c test_hashtable.c \
test_identification.c test_threading.c test_utils.c
test_identification.c test_threading.c test_utils.c test_vectors.c
test_runner_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \