diff options
| author | Abigail <abigail@abigail.be> | 2021-07-19 13:00:14 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-07-19 13:00:14 +0200 |
| commit | 4ded51d7ecb942711df0c3dc0c9fca2f3ea1186a (patch) | |
| tree | 20740e27b4158fc4b3df4c857c7ecafec2804c2d | |
| parent | 48a6bc564172521fbf96fe3b8364df84173c0485 (diff) | |
| download | perlweeklychallenge-club-4ded51d7ecb942711df0c3dc0c9fca2f3ea1186a.tar.gz perlweeklychallenge-club-4ded51d7ecb942711df0c3dc0c9fca2f3ea1186a.tar.bz2 perlweeklychallenge-club-4ded51d7ecb942711df0c3dc0c9fca2f3ea1186a.zip | |
Tests for week 122
| -rw-r--r-- | challenge-122/abigail/t/ctest.ini | 9 | ||||
| -rw-r--r-- | challenge-122/abigail/t/input-1-1 | 9 | ||||
| -rw-r--r-- | challenge-122/abigail/t/input-2-1 | 1 | ||||
| -rw-r--r-- | challenge-122/abigail/t/input-2-2 | 1 | ||||
| -rw-r--r-- | challenge-122/abigail/t/output-1-1.exp | 9 | ||||
| -rw-r--r-- | challenge-122/abigail/t/output-2-1.exp | 7 | ||||
| -rw-r--r-- | challenge-122/abigail/t/output-2-2.exp | 13 |
7 files changed, 49 insertions, 0 deletions
diff --git a/challenge-122/abigail/t/ctest.ini b/challenge-122/abigail/t/ctest.ini new file mode 100644 index 0000000000..13d8fe84d2 --- /dev/null +++ b/challenge-122/abigail/t/ctest.ini @@ -0,0 +1,9 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Example
+2-1 = Example 1§
+2-2 = Example 2
diff --git a/challenge-122/abigail/t/input-1-1 b/challenge-122/abigail/t/input-1-1 new file mode 100644 index 0000000000..ee26a47c52 --- /dev/null +++ b/challenge-122/abigail/t/input-1-1 @@ -0,0 +1,9 @@ +10 +20 +30 +40 +50 +60 +70 +80 +90 diff --git a/challenge-122/abigail/t/input-2-1 b/challenge-122/abigail/t/input-2-1 new file mode 100644 index 0000000000..b8626c4cff --- /dev/null +++ b/challenge-122/abigail/t/input-2-1 @@ -0,0 +1 @@ +4 diff --git a/challenge-122/abigail/t/input-2-2 b/challenge-122/abigail/t/input-2-2 new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/challenge-122/abigail/t/input-2-2 @@ -0,0 +1 @@ +5 diff --git a/challenge-122/abigail/t/output-1-1.exp b/challenge-122/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..c524cd4d4c --- /dev/null +++ b/challenge-122/abigail/t/output-1-1.exp @@ -0,0 +1,9 @@ +10 +15 +20 +25 +30 +35 +40 +45 +50 diff --git a/challenge-122/abigail/t/output-2-1.exp b/challenge-122/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..4bd53d531d --- /dev/null +++ b/challenge-122/abigail/t/output-2-1.exp @@ -0,0 +1,7 @@ +1 1 1 1 +1 1 2 +1 2 1 +1 3 +2 1 1 +2 2 +3 1 diff --git a/challenge-122/abigail/t/output-2-2.exp b/challenge-122/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..47bad01848 --- /dev/null +++ b/challenge-122/abigail/t/output-2-2.exp @@ -0,0 +1,13 @@ +1 1 1 1 1 +1 1 1 2 +1 1 2 1 +1 1 3 +1 2 1 1 +1 2 2 +1 3 1 +2 1 1 1 +2 1 2 +2 2 1 +2 3 +3 1 1 +3 2 |
