diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-17 21:11:32 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-17 21:11:32 +0100 |
| commit | 97df40e00e206c00439d356c7156559034f46a68 (patch) | |
| tree | 84d24858396faeb3960389c5847e913f2ae13204 | |
| parent | 8e3e74158d5d68493ec4bc6d7f60aa37d0449214 (diff) | |
| download | perlweeklychallenge-club-97df40e00e206c00439d356c7156559034f46a68.tar.gz perlweeklychallenge-club-97df40e00e206c00439d356c7156559034f46a68.tar.bz2 perlweeklychallenge-club-97df40e00e206c00439d356c7156559034f46a68.zip | |
Week 147, test cases
| -rw-r--r-- | challenge-148/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-148/abigail/t/input-1-1 | 1 | ||||
| -rw-r--r-- | challenge-148/abigail/t/input-2-1 | 1 | ||||
| -rw-r--r-- | challenge-148/abigail/t/output-1-1.exp | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/challenge-148/abigail/t/ctest.ini b/challenge-148/abigail/t/ctest.ini new file mode 100644 index 0000000000..bfef483d85 --- /dev/null +++ b/challenge-148/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 = Fixed Output
+2-1 = Fixed Output
diff --git a/challenge-148/abigail/t/input-1-1 b/challenge-148/abigail/t/input-1-1 new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/challenge-148/abigail/t/input-1-1 @@ -0,0 +1 @@ + diff --git a/challenge-148/abigail/t/input-2-1 b/challenge-148/abigail/t/input-2-1 new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/challenge-148/abigail/t/input-2-1 @@ -0,0 +1 @@ + diff --git a/challenge-148/abigail/t/output-1-1.exp b/challenge-148/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..b58d3cefa3 --- /dev/null +++ b/challenge-148/abigail/t/output-1-1.exp @@ -0,0 +1 @@ +2 4 6 30 32 34 36 40 42 44 46 50 52 54 56 60 62 64 66 |
