issues
search
warburec
/
GenCompilation
A project providing an easy-to-use and extensible framework for creating and prototyping languages and grammars.
https://warburec.github.io/GenCompilation/
GNU General Public License v3.0
3
stars
2
forks
source link
Run tests with JUnit5
#30
Closed
hamer0
closed
4 months ago
hamer0
commented
4 months ago
Added
useJUnitPlatform()
to the test goal so tests will run with
gradle test
Also added some logging for visibility on the tests while they run.
useJUnitPlatform()
to the test goal so tests will run withgradle test