comparison mx.jvmci/suite.py @ 22275:910bc6794d83

Create JVMCI_TEST distribution.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 21 Jul 2015 20:26:26 +0200
parents 706aa848a8d7
children e1a5017645ba
comparison
equal deleted inserted replaced
22274:ed0b8310ac56 22275:910bc6794d83
314 "distDependencies" : [ 314 "distDependencies" : [
315 "JVMCI_API", 315 "JVMCI_API",
316 ], 316 ],
317 }, 317 },
318 318
319 "JVMCI_TEST" : {
320 "path" : "build/jvmci-test.jar",
321 "subDir" : "jvmci",
322 "sourcesPath" : "build/jvmci-test.src.zip",
323 "dependencies" : [
324 "jdk.internal.jvmci.debug.test",
325 "jdk.internal.jvmci.options.test",
326 "jdk.internal.jvmci.runtime.test",
327 ],
328 "distDependencies" : [
329 "JVMCI_API",
330 ],
331 },
332
319 "JVMCI_OPTIONS_PROCESSOR" : { 333 "JVMCI_OPTIONS_PROCESSOR" : {
320 "path" : "build/jvmci-options-processor.jar", 334 "path" : "build/jvmci-options-processor.jar",
321 "subDir" : "jvmci", 335 "subDir" : "jvmci",
322 "sourcesPath" : "build/jvmci-options-processor.src.zip", 336 "sourcesPath" : "build/jvmci-options-processor.src.zip",
323 "dependencies" : ["jdk.internal.jvmci.options.processor"], 337 "dependencies" : ["jdk.internal.jvmci.options.processor"],