Added tests for bio_reader_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:13 +02:00
parent 01e15ab5c7
commit b4029a4aae
4 changed files with 464 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,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_chunk.c test_enum.c test_hashtable.c test_identification.c \
test_threading.c test_utils.c
test_bio_reader.c test_chunk.c test_enum.c test_hashtable.c \
test_identification.c test_threading.c test_utils.c
test_runner_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \