aboutsummaryrefslogtreecommitdiff
path: root/challenge-108/abigail/t
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2021-04-12 20:03:28 +0200
committerAbigail <abigail@abigail.be>2021-04-12 22:17:36 +0200
commitfa485e6665431156c33d7c7ad3fa17be1b54c596 (patch)
treefa2f19603398f244714c1c1478dc6582473aa797 /challenge-108/abigail/t
parentf02c5746861535f4471879d33ff63759bbcd6e9a (diff)
downloadperlweeklychallenge-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.ini21
-rw-r--r--challenge-108/abigail/t/input-2-20
-rw-r--r--challenge-108/abigail/t/input-2-30
-rw-r--r--challenge-108/abigail/t/input-2-40
-rw-r--r--challenge-108/abigail/t/output-2-2.exp1
-rw-r--r--challenge-108/abigail/t/output-2-3.exp1
-rw-r--r--challenge-108/abigail/t/output-2-4.exp1
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