diff options
Diffstat (limited to 'challenge-141/abigail/t')
| -rw-r--r-- | challenge-141/abigail/t/ctest.ini | 12 | ||||
| -rw-r--r-- | challenge-141/abigail/t/input-1-1 | 0 | ||||
| -rw-r--r-- | challenge-141/abigail/t/input-2-1 | 2 | ||||
| -rw-r--r-- | challenge-141/abigail/t/input-2-2 | 2 | ||||
| -rw-r--r-- | challenge-141/abigail/t/output-1-1.exp | 10 | ||||
| -rw-r--r-- | challenge-141/abigail/t/output-2-1.exp | 2 | ||||
| -rw-r--r-- | challenge-141/abigail/t/output-2-2.exp | 2 |
7 files changed, 30 insertions, 0 deletions
diff --git a/challenge-141/abigail/t/ctest.ini b/challenge-141/abigail/t/ctest.ini new file mode 100644 index 0000000000..860beb8524 --- /dev/null +++ b/challenge-141/abigail/t/ctest.ini @@ -0,0 +1,12 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Fixed Output
+2-1 = Given Examples
+2-2 = Extra tests
+
+[1-1]
+no_input = 1
diff --git a/challenge-141/abigail/t/input-1-1 b/challenge-141/abigail/t/input-1-1 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-141/abigail/t/input-1-1 diff --git a/challenge-141/abigail/t/input-2-1 b/challenge-141/abigail/t/input-2-1 new file mode 100644 index 0000000000..753cffc98f --- /dev/null +++ b/challenge-141/abigail/t/input-2-1 @@ -0,0 +1,2 @@ +1234 2 +768 4 diff --git a/challenge-141/abigail/t/input-2-2 b/challenge-141/abigail/t/input-2-2 new file mode 100644 index 0000000000..7c7e0becbb --- /dev/null +++ b/challenge-141/abigail/t/input-2-2 @@ -0,0 +1,2 @@ +1232 2 +102 2 diff --git a/challenge-141/abigail/t/output-1-1.exp b/challenge-141/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..cc8a2994e6 --- /dev/null +++ b/challenge-141/abigail/t/output-1-1.exp @@ -0,0 +1,10 @@ +24 +30 +40 +42 +54 +56 +66 +70 +78 +88 diff --git a/challenge-141/abigail/t/output-2-1.exp b/challenge-141/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..93b2fc145a --- /dev/null +++ b/challenge-141/abigail/t/output-2-1.exp @@ -0,0 +1,2 @@ +9 +3 diff --git a/challenge-141/abigail/t/output-2-2.exp b/challenge-141/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..f224d49c08 --- /dev/null +++ b/challenge-141/abigail/t/output-2-2.exp @@ -0,0 +1,2 @@ +9 +5 |
