Separate input and result data in constraint system test
input file: *.constraints result file: *.bounds
This commit is contained in:
@@ -158,7 +158,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractConstraintSystemTest>()) {
|
||||
model("constraintSystem", extension = "bounds")
|
||||
model("constraintSystem", extension = "constraints")
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractJetParsingTest>()) {
|
||||
|
||||
Reference in New Issue
Block a user