aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_string.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-01 20:12:13 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 16:27:02 -0500
commitcd3d9986f40fd4e605ac2e8168512065439173e2 (patch)
tree72d0418cbd8b8b5c7e43880c68831819e12b1982 /test/test_string.c
parent1f09497ae009daade56c450e73bf6425b27cea24 (diff)
downloadserd-cd3d9986f40fd4e605ac2e8168512065439173e2.tar.gz
serd-cd3d9986f40fd4e605ac2e8168512065439173e2.tar.bz2
serd-cd3d9986f40fd4e605ac2e8168512065439173e2.zip
Split up public API header
Diffstat (limited to 'test/test_string.c')
-rw-r--r--test/test_string.c7
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();