diff options
| author | Abigail <abigail@abigail.be> | 2021-10-11 17:31:50 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-10-11 17:31:50 +0200 |
| commit | 9143bfaf1b39e092462e1a774bc7274029cad25e (patch) | |
| tree | 9312f4366b90bd936b2827e16dbe22b09d2aaff1 | |
| parent | ea5ccfbdc9b172b7e0f2aa41163d16818842ec65 (diff) | |
| download | perlweeklychallenge-club-9143bfaf1b39e092462e1a774bc7274029cad25e.tar.gz perlweeklychallenge-club-9143bfaf1b39e092462e1a774bc7274029cad25e.tar.bz2 perlweeklychallenge-club-9143bfaf1b39e092462e1a774bc7274029cad25e.zip | |
Test cases for week 134
| -rw-r--r-- | challenge-134/abigail/t/ctest.ini | 11 | ||||
| -rw-r--r-- | challenge-134/abigail/t/input-1-1 | 0 | ||||
| -rw-r--r-- | challenge-134/abigail/t/input-2-1 | 2 | ||||
| -rw-r--r-- | challenge-134/abigail/t/output-1-1.exp | 5 | ||||
| -rw-r--r-- | challenge-134/abigail/t/output-2-1.exp | 2 |
5 files changed, 20 insertions, 0 deletions
diff --git a/challenge-134/abigail/t/ctest.ini b/challenge-134/abigail/t/ctest.ini new file mode 100644 index 0000000000..3c7da6ddae --- /dev/null +++ b/challenge-134/abigail/t/ctest.ini @@ -0,0 +1,11 @@ +#
+# 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
+
+[1-1]
+no_input = 1
diff --git a/challenge-134/abigail/t/input-1-1 b/challenge-134/abigail/t/input-1-1 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-134/abigail/t/input-1-1 diff --git a/challenge-134/abigail/t/input-2-1 b/challenge-134/abigail/t/input-2-1 new file mode 100644 index 0000000000..9b6983dd10 --- /dev/null +++ b/challenge-134/abigail/t/input-2-1 @@ -0,0 +1,2 @@ +3 3 +3 5 diff --git a/challenge-134/abigail/t/output-1-1.exp b/challenge-134/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..abd21b85ff --- /dev/null +++ b/challenge-134/abigail/t/output-1-1.exp @@ -0,0 +1,5 @@ +1023456789 +1023456798 +1023456879 +1023456897 +1023456978 diff --git a/challenge-134/abigail/t/output-2-1.exp b/challenge-134/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..3261212ac0 --- /dev/null +++ b/challenge-134/abigail/t/output-2-1.exp @@ -0,0 +1,2 @@ +6 +11 |
