summaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-01-04 00:33:23 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2022-01-04 00:33:23 +0100
commitf0f075abae47994279864fcdfe76c9e31b65bc25 (patch)
tree70b150f8edb0809186f2ab9303511576124ac407 /test.c
downloaddnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar.gz
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar.bz2
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar.lz
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar.xz
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.tar.zst
dnsfind-f0f075abae47994279864fcdfe76c9e31b65bc25.zip
Diffstat (limited to 'test.c')
-rw-r--r--test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.c b/test.c
new file mode 100644
index 0000000..eaa490e
--- /dev/null
+++ b/test.c
@@ -0,0 +1,8 @@
+#include <string.h>
+#include <stdio.h>
+#include <assert.h>
+#include "domain2name.c"
+int main (void) {
+#include "domain2name_testcase.c"
+ return 0;
+}