mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Implement generic testing for 2019.
This method reads a specific directory and applies all inputs there to their proper implementation.
This commit is contained in:
4
2019/tests/samples/01-1-1.in
Normal file
4
2019/tests/samples/01-1-1.in
Normal file
@@ -0,0 +1,4 @@
|
||||
+1
|
||||
-2
|
||||
+3
|
||||
+1
|
||||
1
2019/tests/samples/01-1-1.out
Normal file
1
2019/tests/samples/01-1-1.out
Normal file
@@ -0,0 +1 @@
|
||||
3
|
||||
3
2019/tests/samples/01-1-2.in
Normal file
3
2019/tests/samples/01-1-2.in
Normal file
@@ -0,0 +1,3 @@
|
||||
+1
|
||||
+1
|
||||
+1
|
||||
1
2019/tests/samples/01-1-2.out
Normal file
1
2019/tests/samples/01-1-2.out
Normal file
@@ -0,0 +1 @@
|
||||
3
|
||||
3
2019/tests/samples/01-1-3.in
Normal file
3
2019/tests/samples/01-1-3.in
Normal file
@@ -0,0 +1,3 @@
|
||||
+1
|
||||
+1
|
||||
-2
|
||||
1
2019/tests/samples/01-1-3.out
Normal file
1
2019/tests/samples/01-1-3.out
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
3
2019/tests/samples/01-1-4.in
Normal file
3
2019/tests/samples/01-1-4.in
Normal file
@@ -0,0 +1,3 @@
|
||||
-1
|
||||
-2
|
||||
-3
|
||||
1
2019/tests/samples/01-1-4.out
Normal file
1
2019/tests/samples/01-1-4.out
Normal file
@@ -0,0 +1 @@
|
||||
-6
|
||||
Reference in New Issue
Block a user