diff options
| -rw-r--r-- | challenge-124/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-124/abigail/t/input-1-1 | 0 | ||||
| -rw-r--r-- | challenge-124/abigail/t/input-2-1 | 2 | ||||
| -rw-r--r-- | challenge-124/abigail/t/output-2-1.exp | 4 |
4 files changed, 14 insertions, 0 deletions
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 --- /dev/null +++ b/challenge-124/abigail/t/input-1-1 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 |
