From 7995d5f5700d575afe9554f8857d2bab02297c39 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 2 Aug 2021 13:44:32 +0200 Subject: Tests for week 124 --- challenge-124/abigail/t/ctest.ini | 8 ++++++++ challenge-124/abigail/t/input-1-1 | 0 challenge-124/abigail/t/input-2-1 | 2 ++ challenge-124/abigail/t/output-2-1.exp | 4 ++++ 4 files changed, 14 insertions(+) create mode 100644 challenge-124/abigail/t/ctest.ini create mode 100644 challenge-124/abigail/t/input-1-1 create mode 100644 challenge-124/abigail/t/input-2-1 create mode 100644 challenge-124/abigail/t/output-2-1.exp diff --git a/challenge-124/abigail/t/ctest.ini b/challenge-124/abigail/t/ctest.ini new file mode 100644 index 0000000000..126831bc8e --- /dev/null +++ b/challenge-124/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 = Fixed output +2-1 = Given Examples diff --git a/challenge-124/abigail/t/input-1-1 b/challenge-124/abigail/t/input-1-1 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/challenge-124/abigail/t/input-2-1 b/challenge-124/abigail/t/input-2-1 new file mode 100644 index 0000000000..f4c3a07582 --- /dev/null +++ b/challenge-124/abigail/t/input-2-1 @@ -0,0 +1,2 @@ +10 20 30 40 50 60 70 80 90 100 +10 -15 20 30 -25 0 5 40 -5 diff --git a/challenge-124/abigail/t/output-2-1.exp b/challenge-124/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..d97454eade --- /dev/null +++ b/challenge-124/abigail/t/output-2-1.exp @@ -0,0 +1,4 @@ +30 40 60 70 80 +10 20 50 90 100 +30 0 5 -5 +10 -15 20 -25 40 -- cgit