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
View File
@@ -33,5 +33,6 @@ Suite *utils_suite_create();
Suite *vectors_suite_create();
Suite *ecdsa_suite_create();
Suite *rsa_suite_create();
Suite *host_suite_create();
#endif /** TEST_RUNNER_H_ */