PAMunb / JimpleFramework

A Rascal implementation of the Jimple framework.
13 stars 5 forks source link

Use RascalJUnitTestRunner to run Rascal test cases in Eclipse and Maven (CI integration) #23

Open faustocarva opened 4 years ago

faustocarva commented 4 years ago

There is a JUnit Tes tRunner class that runs rascal test cases, we can integrate this runner in our code. The link bellow could be used as an example to how to do it.

https://github.com/cwi-swat/rebel2/issues/5