diff options
| author | Abigail <abigail@abigail.be> | 2021-04-12 20:03:28 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-04-12 22:17:36 +0200 |
| commit | fa485e6665431156c33d7c7ad3fa17be1b54c596 (patch) | |
| tree | fa2f19603398f244714c1c1478dc6582473aa797 /challenge-108/abigail/t | |
| parent | f02c5746861535f4471879d33ff63759bbcd6e9a (diff) | |
| download | perlweeklychallenge-club-fa485e6665431156c33d7c7ad3fa17be1b54c596.tar.gz perlweeklychallenge-club-fa485e6665431156c33d7c7ad3fa17be1b54c596.tar.bz2 perlweeklychallenge-club-fa485e6665431156c33d7c7ad3fa17be1b54c596.zip | |
Perl solution for week 108, part 2
Diffstat (limited to 'challenge-108/abigail/t')
| -rw-r--r-- | challenge-108/abigail/t/ctest.ini | 21 | ||||
| -rw-r--r-- | challenge-108/abigail/t/input-2-2 | 0 | ||||
| -rw-r--r-- | challenge-108/abigail/t/input-2-3 | 0 | ||||
| -rw-r--r-- | challenge-108/abigail/t/input-2-4 | 0 | ||||
| -rw-r--r-- | challenge-108/abigail/t/output-2-2.exp | 1 | ||||
| -rw-r--r-- | challenge-108/abigail/t/output-2-3.exp | 1 | ||||
| -rw-r--r-- | challenge-108/abigail/t/output-2-4.exp | 1 |
7 files changed, 24 insertions, 0 deletions
diff --git a/challenge-108/abigail/t/ctest.ini b/challenge-108/abigail/t/ctest.ini index c6b6322f48..1a6f8ee862 100644 --- a/challenge-108/abigail/t/ctest.ini +++ b/challenge-108/abigail/t/ctest.ini @@ -6,6 +6,27 @@ [names]
1-1 = Memory address
2-1 = Fixed output
+2-2 = Fixed output/plain
+2-3 = Fixed output/fetch
+2-4 = Fixed output/compute
[1-1]
no_input = 1
+
+[2-1/perl]
+skip = "Not for Perl"
+
+[2-2,2-3,2-4]
+skip = "Only for Perl"
+
+[2-2/perl]
+skip = 0
+args = plain
+
+[2-3/perl]
+skip = 0
+args = fetch
+
+[2-4/perl]
+skip = 0
+args = compute
diff --git a/challenge-108/abigail/t/input-2-2 b/challenge-108/abigail/t/input-2-2 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-108/abigail/t/input-2-2 diff --git a/challenge-108/abigail/t/input-2-3 b/challenge-108/abigail/t/input-2-3 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-108/abigail/t/input-2-3 diff --git a/challenge-108/abigail/t/input-2-4 b/challenge-108/abigail/t/input-2-4 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-108/abigail/t/input-2-4 diff --git a/challenge-108/abigail/t/output-2-2.exp b/challenge-108/abigail/t/output-2-2.exp new file mode 100644 index 0000000000..52ad7f9d63 --- /dev/null +++ b/challenge-108/abigail/t/output-2-2.exp @@ -0,0 +1 @@ +1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147 diff --git a/challenge-108/abigail/t/output-2-3.exp b/challenge-108/abigail/t/output-2-3.exp new file mode 100644 index 0000000000..52ad7f9d63 --- /dev/null +++ b/challenge-108/abigail/t/output-2-3.exp @@ -0,0 +1 @@ +1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147 diff --git a/challenge-108/abigail/t/output-2-4.exp b/challenge-108/abigail/t/output-2-4.exp new file mode 100644 index 0000000000..52ad7f9d63 --- /dev/null +++ b/challenge-108/abigail/t/output-2-4.exp @@ -0,0 +1 @@ +1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147 |
