aboutsummaryrefslogtreecommitdiff
path: root/tests/test_template.c
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-12 12:33:55 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-12 12:33:55 +0100
commit83eee4d23f9da9e72238dd01d43b350ed5bc04f1 (patch)
tree46b92c58b7e37977cd06da09b32dbf626f5b19df /tests/test_template.c
parentcd70ca266bb212d6a32d2dd808c7708bb7be6f1f (diff)
downloadunja-83eee4d23f9da9e72238dd01d43b350ed5bc04f1.tar.gz
unja-83eee4d23f9da9e72238dd01d43b350ed5bc04f1.zip
add some more test helpers
Diffstat (limited to 'tests/test_template.c')
-rw-r--r--tests/test_template.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_template.c b/tests/test_template.c
new file mode 100644
index 0000000..62ac77c
--- /dev/null
+++ b/tests/test_template.c
@@ -0,0 +1,10 @@
+#include "test.h"
+#include "template.h"
+
+START_TESTS
+
+TEST(text_only) {
+
+}
+
+END_TESTS \ No newline at end of file