conditionally compile aoc solutions

This commit is contained in:
2021-07-12 19:15:51 -06:00
parent 22a563ae34
commit f5b37b223e
8 changed files with 26 additions and 9 deletions

View File

@@ -37,5 +37,5 @@ then
# Test other projects with their test.sh file
else
(cd projects/$KISS_PROJECT && haxelib install all --always)
(cd projects/$KISS_PROJECT && ./test.sh)
(cd projects/$KISS_PROJECT && ./test.sh "${@:2}")
fi