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:
2019-09-12 14:51:17 +02:00
parent e26c90d54a
commit 4e5b3b5a15
11 changed files with 63 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ before_script:
- cd 2019
# CMake build
script: cmake . && make
script: cmake . && make && ./test_solutions
addons:
apt: