diff options
| -rw-r--r-- | challenge-155/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-155/abigail/t/input-1-1 | 1 | ||||
| -rw-r--r-- | challenge-155/abigail/t/input-2-1 | 1 | ||||
| -rw-r--r-- | challenge-155/abigail/t/output-1-1.exp | 1 | ||||
| -rw-r--r-- | challenge-155/abigail/t/output-2-1.exp | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/challenge-155/abigail/t/ctest.ini b/challenge-155/abigail/t/ctest.ini new file mode 100644 index 0000000000..4f7a492ebb --- /dev/null +++ b/challenge-155/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 = Fixed output
diff --git a/challenge-155/abigail/t/input-1-1 b/challenge-155/abigail/t/input-1-1 new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/challenge-155/abigail/t/input-1-1 @@ -0,0 +1 @@ + diff --git a/challenge-155/abigail/t/input-2-1 b/challenge-155/abigail/t/input-2-1 new file mode 100644 index 0000000000..8d1c8b69c3 --- /dev/null +++ b/challenge-155/abigail/t/input-2-1 @@ -0,0 +1 @@ + diff --git a/challenge-155/abigail/t/output-1-1.exp b/challenge-155/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..1eeb6db682 --- /dev/null +++ b/challenge-155/abigail/t/output-1-1.exp @@ -0,0 +1 @@ +3 5 7 13 17 19 23 37 diff --git a/challenge-155/abigail/t/output-2-1.exp b/challenge-155/abigail/t/output-2-1.exp new file mode 100644 index 0000000000..45a4fb75db --- /dev/null +++ b/challenge-155/abigail/t/output-2-1.exp @@ -0,0 +1 @@ +8 |
