aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-115/abigail/t/ctest.ini8
-rw-r--r--challenge-115/abigail/t/input-1-12
-rw-r--r--challenge-115/abigail/t/input-2-13
-rw-r--r--challenge-115/abigail/t/output-1-1.exp2
-rw-r--r--challenge-115/abigail/t/output-2-1.exp3
5 files changed, 18 insertions, 0 deletions
diff --git a/challenge-115/abigail/t/ctest.ini b/challenge-115/abigail/t/ctest.ini
new file mode 100644
index 0000000000..527781acbb
--- /dev/null
+++ b/challenge-115/abigail/t/ctest.ini
@@ -0,0 +1,8 @@
+#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Examples
+2-1 = Given Examples
diff --git a/challenge-115/abigail/t/input-1-1 b/challenge-115/abigail/t/input-1-1
new file mode 100644
index 0000000000..839d61045e
--- /dev/null
+++ b/challenge-115/abigail/t/input-1-1
@@ -0,0 +1,2 @@
+abc dea cd
+ade cbd fgh
diff --git a/challenge-115/abigail/t/input-2-1 b/challenge-115/abigail/t/input-2-1
new file mode 100644
index 0000000000..151a3fb733
--- /dev/null
+++ b/challenge-115/abigail/t/input-2-1
@@ -0,0 +1,3 @@
+1 0 2 6
+1 4 2 8
+4 1 7 6
diff --git a/challenge-115/abigail/t/output-1-1.exp b/challenge-115/abigail/t/output-1-1.exp
new file mode 100644
index 0000000000..b261da18d5
--- /dev/null
+++ b/challenge-115/abigail/t/output-1-1.exp
@@ -0,0 +1,2 @@
+1
+0
diff --git a/challenge-115/abigail/t/output-2-1.exp b/challenge-115/abigail/t/output-2-1.exp
new file mode 100644
index 0000000000..8e6281d33b
--- /dev/null
+++ b/challenge-115/abigail/t/output-2-1.exp
@@ -0,0 +1,3 @@
+6210
+8412
+7614