summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-16 09:26:11 -0300
committerEuAndreh <eu@euandre.org>2024-04-16 09:26:11 -0300
commit5e7e9cca7bbaaa490e61f297be3e24b0607b6c48 (patch)
treef98b937902d23004c3525dd3c0a1b6426636a369 /tests
parentdeps.mk: Add correct dependency for i18n.c (diff)
downloadpindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.gz
pindaiba-5e7e9cca7bbaaa490e61f297be3e24b0607b6c48.tar.xz
src/string.c: Add new empty file structure
Diffstat (limited to 'tests')
-rw-r--r--tests/string.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/string.c b/tests/string.c
new file mode 100644
index 0000000..4d1ee74
--- /dev/null
+++ b/tests/string.c
@@ -0,0 +1,6 @@
+#include "../src/string.c"
+
+int
+main(void) {
+ return 0;
+}