diff --git a/tests/test.h b/tests/test.h index 492cd9b..5811d85 100644 --- a/tests/test.h +++ b/tests/test.h @@ -18,6 +18,7 @@ #define __TEST_H__ TCase *test_base32_create_tests(); +TCase *test_base64_create_tests(); TCase *test_dns_create_tests(); TCase *test_encoding_create_tests(); TCase *test_read_create_tests();