diff options
Diffstat (limited to 'challenge-121/abigail/t')
| -rw-r--r-- | challenge-121/abigail/t/ctest.ini | 11 | ||||
| -rw-r--r-- | challenge-121/abigail/t/input-1-1 | 2 | ||||
| -rw-r--r-- | challenge-121/abigail/t/input-2-1 | 4 | ||||
| -rw-r--r-- | challenge-121/abigail/t/output-1-1.exp | 2 | ||||
| -rw-r--r-- | challenge-121/abigail/t/output-2-1.exp | 2 |
5 files changed, 21 insertions, 0 deletions
diff --git a/challenge-121/abigail/t/ctest.ini b/challenge-121/abigail/t/ctest.ini new file mode 100644 index 0000000000..f05d6d7a3c --- /dev/null +++ b/challenge-121/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 = Given Examples
+2-1 = Given Example
+
+[challenges/1/bc]
+add_to_input = -1
diff --git a/challenge-121/abigail/t/input-1-1 b/challenge-121/abigail/t/input-1-1 new file mode 100644 index 0000000000..bcb4871f9d --- /dev/null +++ b/challenge-121/abigail/t/input-1-1 @@ -0,0 +1,2 @@ +12 3 +18 4 diff --git a/challenge-121/abigail/t/input-2-1 b/challenge-121/abigail/t/input-2-1 new file mode 100644 index 0000000000..a389324b02 --- /dev/null +++ b/challenge-121/abigail/t/input-2-1 @@ -0,0 +1,4 @@ +0 5 2 7 +5 0 5 3 +3 1 0 6 +4 5 4 0 diff --git a/challenge-121/abigail/t/output-1-1.exp b/challenge-121/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..b9da47300c --- /dev/null +++ b/challenge-121/abigail/t/output-1-1.exp @@ -0,0 +1,2 @@ +8 +26 diff --git a/challenge-121/abigail/t/output-2-1.exp b/challenge-121/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..0faa8f4396 --- /dev/null +++ b/challenge-121/abigail/t/output-2-1.exp @@ -0,0 +1,2 @@ +10 +0 2 1 3 0 |
