diff options
Diffstat (limited to 'test/test_string.c')
-rw-r--r-- | test/test_string.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test_string.c b/test/test_string.c index 99db03f4..3e6e77e5 100644 --- a/test/test_string.c +++ b/test/test_string.c @@ -3,7 +3,10 @@ #undef NDEBUG -#include "serd/serd.h" +#include "serd/attributes.h" +#include "serd/node.h" +#include "serd/status.h" +#include "serd/string.h" #include <assert.h> #include <stdint.h> @@ -35,7 +38,7 @@ test_strerror(void) assert(!strcmp(msg, "Unknown error")); } -int +SERD_PURE_FUNC int main(void) { test_strlen(); |