diff options
| -rw-r--r-- | challenge-116/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-116/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-116/abigail/t/output-2-1.exp | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/challenge-116/abigail/t/ctest.ini b/challenge-116/abigail/t/ctest.ini new file mode 100644 index 0000000000..527781acbb --- /dev/null +++ b/challenge-116/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-116/abigail/t/input-1-1 b/challenge-116/abigail/t/input-1-1 new file mode 100644 index 0000000000..e0e9503285 --- /dev/null +++ b/challenge-116/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +1234 +91011 +10203 diff --git a/challenge-116/abigail/t/input-2-1 b/challenge-116/abigail/t/input-2-1 new file mode 100644 index 0000000000..93e3c204ca --- /dev/null +++ b/challenge-116/abigail/t/input-2-1 @@ -0,0 +1,3 @@ +34 +50 +52 diff --git a/challenge-116/abigail/t/output-1-1.exp b/challenge-116/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..c1c54c5e0c --- /dev/null +++ b/challenge-116/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +1,2,3,4 +9,10,11 +10203 diff --git a/challenge-116/abigail/t/output-2-1.exp b/challenge-116/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..2f1465d159 --- /dev/null +++ b/challenge-116/abigail/t/output-2-1.exp @@ -0,0 +1,3 @@ +1 +1 +0 |
