Commit Graph

2 Commits

Author SHA1 Message Date
Guillaume Martres
dcd9a0d860 Fix runGradingTest on windows
Fix for
https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/issues/9,
classpath are separated by ";" instead of ":" on Windows (because ":" is
needed to write "C:\..."), the solution is to use `File.pathSeparator`
which will choose the correct character for the current OS.
2019-09-20 08:46:28 +02:00
Timothée Floure
a57aa454e4 Import recfun handout 2019-09-18 16:21:01 +02:00