diff options
| -rw-r--r-- | challenge-102/abigail/t/ctest.ini | 3 | ||||
| -rw-r--r-- | challenge-102/abigail/t/input-1-4 | 1 | ||||
| -rw-r--r-- | challenge-102/abigail/t/input-1-5 | 1 | ||||
| -rw-r--r-- | challenge-102/abigail/t/input-1-6 | 5 | ||||
| -rw-r--r-- | challenge-102/abigail/t/output-1-4.exp | 5 | ||||
| -rw-r--r-- | challenge-102/abigail/t/output-1-5.exp | 0 | ||||
| -rw-r--r-- | challenge-102/abigail/t/output-1-6.exp | 8 |
7 files changed, 23 insertions, 0 deletions
diff --git a/challenge-102/abigail/t/ctest.ini b/challenge-102/abigail/t/ctest.ini index 36c4cb3bde..6daf69e9fe 100644 --- a/challenge-102/abigail/t/ctest.ini +++ b/challenge-102/abigail/t/ctest.ini @@ -2,4 +2,7 @@ 1-1 = Given example 1
1-2 = Given example 2
1-3 = Given example 3
+1-4 = Multiple numbers of given length
+1-5 = No numbers of given length
+1-6 = Multiple inputs
2-1 = Given examples
diff --git a/challenge-102/abigail/t/input-1-4 b/challenge-102/abigail/t/input-1-4 new file mode 100644 index 0000000000..aabe6ec390 --- /dev/null +++ b/challenge-102/abigail/t/input-1-4 @@ -0,0 +1 @@ +21 diff --git a/challenge-102/abigail/t/input-1-5 b/challenge-102/abigail/t/input-1-5 new file mode 100644 index 0000000000..00750edc07 --- /dev/null +++ b/challenge-102/abigail/t/input-1-5 @@ -0,0 +1 @@ +3 diff --git a/challenge-102/abigail/t/input-1-6 b/challenge-102/abigail/t/input-1-6 new file mode 100644 index 0000000000..a391388ef2 --- /dev/null +++ b/challenge-102/abigail/t/input-1-6 @@ -0,0 +1,5 @@ +2 +6 +9 +21 +3 diff --git a/challenge-102/abigail/t/output-1-4.exp b/challenge-102/abigail/t/output-1-4.exp new file mode 100644 index 0000000000..c0d94917bf --- /dev/null +++ b/challenge-102/abigail/t/output-1-4.exp @@ -0,0 +1,5 @@ +208393425242000083802 +219518549668074815912 +257661195832219326752 +286694688797362186682 +837982875780054779738 diff --git a/challenge-102/abigail/t/output-1-5.exp b/challenge-102/abigail/t/output-1-5.exp new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-102/abigail/t/output-1-5.exp diff --git a/challenge-102/abigail/t/output-1-6.exp b/challenge-102/abigail/t/output-1-6.exp new file mode 100644 index 0000000000..0f093449c7 --- /dev/null +++ b/challenge-102/abigail/t/output-1-6.exp @@ -0,0 +1,8 @@ +65 +621770 +281089082 +208393425242000083802 +219518549668074815912 +257661195832219326752 +286694688797362186682 +837982875780054779738 |
