diff options
| author | Abigail <abigail@abigail.be> | 2021-11-08 23:43:11 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-11-08 23:43:11 +0100 |
| commit | 05958e021f9a1368c83dbfe0b76c387d481f7fb6 (patch) | |
| tree | 1f4c24d5f030fe18452c9fdcf3ef81085242da37 | |
| parent | 85079d2c7bd184953301ee9d0c1a22520141e7af (diff) | |
| download | perlweeklychallenge-club-05958e021f9a1368c83dbfe0b76c387d481f7fb6.tar.gz perlweeklychallenge-club-05958e021f9a1368c83dbfe0b76c387d481f7fb6.tar.bz2 perlweeklychallenge-club-05958e021f9a1368c83dbfe0b76c387d481f7fb6.zip | |
Tests for week 138
| -rw-r--r-- | challenge-138/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-138/abigail/t/input-1-1 | 2 | ||||
| -rw-r--r-- | challenge-138/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-138/abigail/t/output-1-1.exp | 2 | ||||
| -rw-r--r-- | challenge-138/abigail/t/output-2-1.exp | 3 |
5 files changed, 18 insertions, 0 deletions
diff --git a/challenge-138/abigail/t/ctest.ini b/challenge-138/abigail/t/ctest.ini new file mode 100644 index 0000000000..527781acbb --- /dev/null +++ b/challenge-138/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 = Given Examples
+2-1 = Given Examples
diff --git a/challenge-138/abigail/t/input-1-1 b/challenge-138/abigail/t/input-1-1 new file mode 100644 index 0000000000..bedf748f35 --- /dev/null +++ b/challenge-138/abigail/t/input-1-1 @@ -0,0 +1,2 @@ +2021 +2020 diff --git a/challenge-138/abigail/t/input-2-1 b/challenge-138/abigail/t/input-2-1 new file mode 100644 index 0000000000..e388b97ecb --- /dev/null +++ b/challenge-138/abigail/t/input-2-1 @@ -0,0 +1,3 @@ +81 +9801 +36 diff --git a/challenge-138/abigail/t/output-1-1.exp b/challenge-138/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..dc9667c339 --- /dev/null +++ b/challenge-138/abigail/t/output-1-1.exp @@ -0,0 +1,2 @@ +261 +262 diff --git a/challenge-138/abigail/t/output-2-1.exp b/challenge-138/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..2f1465d159 --- /dev/null +++ b/challenge-138/abigail/t/output-2-1.exp @@ -0,0 +1,3 @@ +1 +1 +0 |
