scala_cs_210/project
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
..
build.properties Import recfun handout 2019-09-18 16:21:01 +02:00
buildSettings.sbt Import recfun handout 2019-09-18 16:21:01 +02:00
MOOCSettings.scala Import recfun handout 2019-09-18 16:21:01 +02:00
plugins.sbt Import recfun handout 2019-09-18 16:21:01 +02:00
StudentTasks.scala Fix runGradingTest on windows 2019-09-20 08:46:28 +02:00