FAU-Inf2 / AuDoscore

AuDoscore is an extension of JUnit that is used to evaluate Java programming exercises.
Apache License 2.0
5 stars 1 forks source link

Do not pass source files as arguments #21

Closed cubu1337 closed 9 years ago

cubu1337 commented 9 years ago

./test.sh should be executed without arguments. The script itself will search for the following directories:

Other directories/files will be treated as student stuff.

Executing tests will be easier, because it is not necessary to pass the files as arguments each time.