diff options
| author | Abigail <abigail@abigail.be> | 2021-11-01 17:34:04 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-11-01 17:34:04 +0100 |
| commit | c97941ff8e30ea3fdb098a9cfdd6050a002478b6 (patch) | |
| tree | 394ef43c87016611bbe1c1c13804a04bb6867d6f /challenge-133 | |
| parent | b94859f1f2498a4c39ec9794898ccab73111ba28 (diff) | |
| download | perlweeklychallenge-club-c97941ff8e30ea3fdb098a9cfdd6050a002478b6.tar.gz perlweeklychallenge-club-c97941ff8e30ea3fdb098a9cfdd6050a002478b6.tar.bz2 perlweeklychallenge-club-c97941ff8e30ea3fdb098a9cfdd6050a002478b6.zip | |
Tests for week 133
Diffstat (limited to 'challenge-133')
| -rw-r--r-- | challenge-133/abigail/t/ctest.ini | 13 | ||||
| -rw-r--r-- | challenge-133/abigail/t/input-1-1 | 4 | ||||
| -rw-r--r-- | challenge-133/abigail/t/input-2-1 | 0 | ||||
| -rw-r--r-- | challenge-133/abigail/t/output-1-1.exp | 4 | ||||
| -rw-r--r-- | challenge-133/abigail/t/output-2-1 | 10 |
5 files changed, 31 insertions, 0 deletions
diff --git a/challenge-133/abigail/t/ctest.ini b/challenge-133/abigail/t/ctest.ini new file mode 100644 index 0000000000..70cc45fe36 --- /dev/null +++ b/challenge-133/abigail/t/ctest.ini @@ -0,0 +1,13 @@ +#
+# Configuration file for running tests, using ctest.
+# See https://github.com/Abigail/Misc/blob/master/ctest
+#
+
+[names]
+1-1 = Given Examples
+2-1 = Fixed output
+
+
+[2-1]
+no_input = 1
+
diff --git a/challenge-133/abigail/t/input-1-1 b/challenge-133/abigail/t/input-1-1 new file mode 100644 index 0000000000..58649d3b17 --- /dev/null +++ b/challenge-133/abigail/t/input-1-1 @@ -0,0 +1,4 @@ +10 +27 +85 +101 diff --git a/challenge-133/abigail/t/input-2-1 b/challenge-133/abigail/t/input-2-1 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-133/abigail/t/input-2-1 diff --git a/challenge-133/abigail/t/output-1-1.exp b/challenge-133/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..17d29e8c97 --- /dev/null +++ b/challenge-133/abigail/t/output-1-1.exp @@ -0,0 +1,4 @@ +3 +5 +9 +10 diff --git a/challenge-133/abigail/t/output-2-1 b/challenge-133/abigail/t/output-2-1 new file mode 100644 index 0000000000..59bee5f2c3 --- /dev/null +++ b/challenge-133/abigail/t/output-2-1 @@ -0,0 +1,10 @@ +4 +22 +27 +58 +85 +94 +121 +166 +202 +265 |
