From d42f5a3609acd57cb9edb917b1925727a754cb6e Mon Sep 17 00:00:00 2001 From: Abigail Date: Wed, 27 Jan 2021 21:09:59 +0100 Subject: Example for week 3, part 1 --- challenge-003/abigail/t/ctest.ini | 11 ++++++ challenge-003/abigail/t/input-1-1 | 1 + challenge-003/abigail/t/output-1-1.exp | 62 ++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 challenge-003/abigail/t/ctest.ini create mode 100644 challenge-003/abigail/t/input-1-1 create mode 100644 challenge-003/abigail/t/output-1-1.exp diff --git a/challenge-003/abigail/t/ctest.ini b/challenge-003/abigail/t/ctest.ini new file mode 100644 index 0000000000..5a1f805d65 --- /dev/null +++ b/challenge-003/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 = OEIS Example + + +[1-1] +sort = numeric diff --git a/challenge-003/abigail/t/input-1-1 b/challenge-003/abigail/t/input-1-1 new file mode 100644 index 0000000000..ec8785ec99 --- /dev/null +++ b/challenge-003/abigail/t/input-1-1 @@ -0,0 +1 @@ +405 diff --git a/challenge-003/abigail/t/output-1-1.exp b/challenge-003/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..04fd1a4f4b --- /dev/null +++ b/challenge-003/abigail/t/output-1-1.exp @@ -0,0 +1,62 @@ +1 +2 +3 +4 +5 +6 +8 +9 +10 +12 +15 +16 +18 +20 +24 +25 +27 +30 +32 +36 +40 +45 +48 +50 +54 +60 +64 +72 +75 +80 +81 +90 +96 +100 +108 +120 +125 +128 +135 +144 +150 +160 +162 +180 +192 +200 +216 +225 +240 +243 +250 +256 +270 +288 +300 +320 +324 +360 +375 +384 +400 +405 -- cgit