comparison mx.graal/suite.py @ 22138:103f53747955

added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites
author Doug Simon <doug.simon@oracle.com>
date Thu, 02 Jul 2015 12:42:20 +0200
parents 5e13c10edc1b
children 258eaaa98484 b4971242bd23
comparison
equal deleted inserted replaced
22137:0aadb6b01fcd 22138:103f53747955
1179 ], 1179 ],
1180 "exclude" : [ 1180 "exclude" : [
1181 "TRUFFLE" 1181 "TRUFFLE"
1182 ] 1182 ]
1183 }, 1183 },
1184
1185 "GRAAL_TRUFFLE_TEST" : {
1186 "path" : "build/graal-truffle-test.jar",
1187 "subDir" : "graal",
1188 "sourcesPath" : "build/graal-truffle-test.src.zip",
1189 "dependencies" : [
1190 "com.oracle.graal.truffle.test"
1191 ],
1192 "distDependencies" : [
1193 "GRAAL_TRUFFLE"
1194 ],
1195 },
1184 }, 1196 },
1185 } 1197 }