summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/unittests/DomainNameTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/unittests/DomainNameTest.c')
-rw-r--r--mDNSResponder/unittests/DomainNameTest.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/mDNSResponder/unittests/DomainNameTest.c b/mDNSResponder/unittests/DomainNameTest.c
new file mode 100644
index 00000000..571725a5
--- /dev/null
+++ b/mDNSResponder/unittests/DomainNameTest.c
@@ -0,0 +1,28 @@
+#include "DomainNameTest.h"
+#include "mDNSEmbeddedAPI.h"
+#include "../mDNSCore/DNSCommon.h"
+
+int SameDomainNameTest(void);
+int SameDomainLabelTest(void);
+int LocalDomainTest(void);
+
+
+UNITTEST_HEADER(DomainNameTest)
+ UNITTEST_TEST(SameDomainLabelTest)
+ UNITTEST_TEST(SameDomainNameTest)
+ UNITTEST_TEST(LocalDomainTest)
+UNITTEST_FOOTER
+
+
+
+
+UNITTEST_HEADER(SameDomainLabelTest)
+UNITTEST_FOOTER
+
+
+UNITTEST_HEADER(SameDomainNameTest)
+UNITTEST_FOOTER
+
+
+UNITTEST_HEADER(LocalDomainTest)
+UNITTEST_FOOTER \ No newline at end of file