aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-02 00:37:20 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-02 00:37:20 +0200
commitae7d4f67ba782f7f53deaf0596a2b52155617a6b (patch)
tree4b9fb0a726d9a193e3a61db6e13a67676267394c /tests/tests.h
parent1418d5cc62f2f888aed5c033fa3fd9f50eb67235 (diff)
downloaddns-ae7d4f67ba782f7f53deaf0596a2b52155617a6b.tar.gz
add dns tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
new file mode 100644
index 0000000..8af805f
--- /dev/null
+++ b/tests/tests.h
@@ -0,0 +1,15 @@
+/*
+ * tests/tests.h
+ * (c) 2021 Jonas Gunz <himself@jonasgunz.de>
+ * License: MIT
+ */
+
+#pragma once
+
+#include <check.h>
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+TCase* test_dns(void);