unit-tests: Add test for host_create_netmask()

This commit is contained in:
Tobias Brunner
2013-07-24 16:17:21 +02:00
parent 6e2ec33f9d
commit 5baec6448d
4 changed files with 100 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test_runner_SOURCES = \
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_vectors.c \
test_array.c test_ecdsa.c test_rsa.c
test_array.c test_ecdsa.c test_rsa.c test_host.c
test_runner_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \