diff options
Diffstat (limited to 'jni/iodine/tests/test.c')
-rw-r--r-- | jni/iodine/tests/test.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jni/iodine/tests/test.c b/jni/iodine/tests/test.c index 5bee9d2..cc753d4 100644 --- a/jni/iodine/tests/test.c +++ b/jni/iodine/tests/test.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 2006-2009 Bjorn Andersson <flex@kryo.se>, Erik Ekman <yarrick@kryo.se> + * Copyright (c) 2006-2014 Erik Ekman <yarrick@kryo.se>, + * 2006-2009 Bjorn Andersson <flex@kryo.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -38,6 +39,9 @@ main() test = test_base64_create_tests(); suite_add_tcase(iodine, test); + test = test_common_create_tests(); + suite_add_tcase(iodine, test); + test = test_dns_create_tests(); suite_add_tcase(iodine, test); |