diff options
| -rw-r--r-- | challenge-106/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-106/abigail/t/input-1-1 | 3 | ||||
| -rw-r--r-- | challenge-106/abigail/t/input-2-1 | 3 | ||||
| -rw-r--r-- | challenge-106/abigail/t/output-1-1.exp | 3 | ||||
| -rw-r--r-- | challenge-106/abigail/t/output-2-1.exp | 3 |
5 files changed, 20 insertions, 0 deletions
diff --git a/challenge-106/abigail/t/ctest.ini b/challenge-106/abigail/t/ctest.ini new file mode 100644 index 0000000000..575704342b --- /dev/null +++ b/challenge-106/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 = Given Examples
+2-1 = Given Examples
diff --git a/challenge-106/abigail/t/input-1-1 b/challenge-106/abigail/t/input-1-1 new file mode 100644 index 0000000000..f4d9ef5881 --- /dev/null +++ b/challenge-106/abigail/t/input-1-1 @@ -0,0 +1,3 @@ +2 9 3 5 +1 3 8 2 0 +5 diff --git a/challenge-106/abigail/t/input-2-1 b/challenge-106/abigail/t/input-2-1 new file mode 100644 index 0000000000..a50803417c --- /dev/null +++ b/challenge-106/abigail/t/input-2-1 @@ -0,0 +1,3 @@ +1 3 +1 2 +5 66 diff --git a/challenge-106/abigail/t/output-1-1.exp b/challenge-106/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..2506b7bc38 --- /dev/null +++ b/challenge-106/abigail/t/output-1-1.exp @@ -0,0 +1,3 @@ +4 +5 +0 diff --git a/challenge-106/abigail/t/output-2-1.exp b/challenge-106/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..7dd991993d --- /dev/null +++ b/challenge-106/abigail/t/output-2-1.exp @@ -0,0 +1,3 @@ +0.(3) +0.5 +0.0(75) |
