diff options
Diffstat (limited to 'challenge-145/abigail/t')
| -rw-r--r-- | challenge-145/abigail/t/ctest.ini | 14 | ||||
| -rw-r--r-- | challenge-145/abigail/t/input-1-1 | 2 | ||||
| -rw-r--r-- | challenge-145/abigail/t/input-2-1 | 6 | ||||
| -rw-r--r-- | challenge-145/abigail/t/output-1-1.exp | 1 | ||||
| -rw-r--r-- | challenge-145/abigail/t/output-2-1.exp | 6 |
5 files changed, 29 insertions, 0 deletions
diff --git a/challenge-145/abigail/t/ctest.ini b/challenge-145/abigail/t/ctest.ini new file mode 100644 index 0000000000..a9a2d8460a --- /dev/null +++ b/challenge-145/abigail/t/ctest.ini @@ -0,0 +1,14 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = The One Given Example
+2-1 = Given Examples
+
+[1-1/bc]
+add_to_line = 0
+
+[2-1]
+sort_words = alpha
diff --git a/challenge-145/abigail/t/input-1-1 b/challenge-145/abigail/t/input-1-1 new file mode 100644 index 0000000000..b36d133ce1 --- /dev/null +++ b/challenge-145/abigail/t/input-1-1 @@ -0,0 +1,2 @@ +1 2 3 +4 5 6 diff --git a/challenge-145/abigail/t/input-2-1 b/challenge-145/abigail/t/input-2-1 new file mode 100644 index 0000000000..0fb52e515d --- /dev/null +++ b/challenge-145/abigail/t/input-2-1 @@ -0,0 +1,6 @@ +redivider +deific +rotors +challenge +champion +christmas diff --git a/challenge-145/abigail/t/output-1-1.exp b/challenge-145/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..f5c89552bd --- /dev/null +++ b/challenge-145/abigail/t/output-1-1.exp @@ -0,0 +1 @@ +32 diff --git a/challenge-145/abigail/t/output-2-1.exp b/challenge-145/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..6ee9eaf54e --- /dev/null +++ b/challenge-145/abigail/t/output-2-1.exp @@ -0,0 +1,6 @@ +r redivider e edivide d divid i ivi v +d e i ifi f c +r rotor o oto t s +c h a l ll e n g +c h a m p i o n +c h r i s t m a |
