diff options
| -rw-r--r-- | challenge-002/abigail/t/ctest.ini | 8 | ||||
| -rw-r--r-- | challenge-002/abigail/t/input-1-1 | 6 | ||||
| -rw-r--r-- | challenge-002/abigail/t/input-1-2 | 6 | ||||
| -rw-r--r-- | challenge-002/abigail/t/output-1-1.exp | 6 | ||||
| -rw-r--r-- | challenge-002/abigail/t/output-1-2.exp | 6 |
5 files changed, 32 insertions, 0 deletions
diff --git a/challenge-002/abigail/t/ctest.ini b/challenge-002/abigail/t/ctest.ini new file mode 100644 index 0000000000..ab42e51d77 --- /dev/null +++ b/challenge-002/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 = Numbers with leading zeros
+1-2 = Numbers without leading zeros
diff --git a/challenge-002/abigail/t/input-1-1 b/challenge-002/abigail/t/input-1-1 new file mode 100644 index 0000000000..390c6c18a3 --- /dev/null +++ b/challenge-002/abigail/t/input-1-1 @@ -0,0 +1,6 @@ +0124 +09823745 +01 +0000374 +000164234 +0000000000000000000000000000000000000000000000000000000000000000000000000000023 diff --git a/challenge-002/abigail/t/input-1-2 b/challenge-002/abigail/t/input-1-2 new file mode 100644 index 0000000000..dd0e917286 --- /dev/null +++ b/challenge-002/abigail/t/input-1-2 @@ -0,0 +1,6 @@ +124 +9823745 +1 +374 +164234 +23 diff --git a/challenge-002/abigail/t/output-1-1.exp b/challenge-002/abigail/t/output-1-1.exp new file mode 100644 index 0000000000..dd0e917286 --- /dev/null +++ b/challenge-002/abigail/t/output-1-1.exp @@ -0,0 +1,6 @@ +124 +9823745 +1 +374 +164234 +23 diff --git a/challenge-002/abigail/t/output-1-2.exp b/challenge-002/abigail/t/output-1-2.exp new file mode 100644 index 0000000000..dd0e917286 --- /dev/null +++ b/challenge-002/abigail/t/output-1-2.exp @@ -0,0 +1,6 @@ +124 +9823745 +1 +374 +164234 +23 |
