diff options
| -rw-r--r-- | challenge-136/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-136/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-136/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-136/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-136/abigail/t/output-2-1.exp | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/challenge-136/abigail/t/ctest.ini b/challenge-136/abigail/t/ctest.ini new file mode 100644 index 0000000000..527781acbb --- /dev/null +++ b/challenge-136/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-136/abigail/t/input-1-1 b/challenge-136/abigail/t/input-1-1 new file mode 100644 index 0000000000..15032b5275 --- /dev/null +++ b/challenge-136/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +8 24 +26 39 +4 10 diff --git a/challenge-136/abigail/t/input-2-1 b/challenge-136/abigail/t/input-2-1 new file mode 100644 index 0000000000..5a670722cb --- /dev/null +++ b/challenge-136/abigail/t/input-2-1 @@ -0,0 +1,3 @@ +16 +9 +15 diff --git a/challenge-136/abigail/t/output-1-1.exp b/challenge-136/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..16db301bb5 --- /dev/null +++ b/challenge-136/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +1 +0 +1 diff --git a/challenge-136/abigail/t/output-2-1.exp b/challenge-136/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..1a77ef09c7 --- /dev/null +++ b/challenge-136/abigail/t/output-2-1.exp @@ -0,0 +1,3 @@ +4 +2 +2 |
