summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-12-30 15:57:27 +0100
committerFrancis Dupont <fdupont@isc.org>2017-12-30 15:57:27 +0100
commite3318080eea68223bcbdb0beef6157a51cd7b180 (patch)
tree0659f6598b4a49e5f2bbb295f0bf6604db75945c /common
parent27058b3e3b722f89fd1f512c58dbc64b0d203991 (diff)
downloadisc-dhcp-e3318080eea68223bcbdb0beef6157a51cd7b180.tar.gz
Added Kyuafile files
Diffstat (limited to 'common')
-rw-r--r--common/Kyuafile4
-rw-r--r--common/tests/Kyuafile7
2 files changed, 11 insertions, 0 deletions
diff --git a/common/Kyuafile b/common/Kyuafile
new file mode 100644
index 00000000..69893c3d
--- /dev/null
+++ b/common/Kyuafile
@@ -0,0 +1,4 @@
+syntax(2)
+test_suite('isc-dhcp')
+
+include('tests/Kyuafile')
diff --git a/common/tests/Kyuafile b/common/tests/Kyuafile
new file mode 100644
index 00000000..cb1e2cf5
--- /dev/null
+++ b/common/tests/Kyuafile
@@ -0,0 +1,7 @@
+syntax(2)
+test_suite('isc-dhcp')
+
+atf_test_program{name='alloc_unittest'}
+atf_test_program{name='dns_unittest'}
+atf_test_program{name='misc_unittest'}
+atf_test_program{name='ns_name_unittest'}