changeset 22278:06cb94e7c5c4

Create GRAAL_TEST distribution.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 21 Jul 2015 20:33:04 +0200
parents a935eeae8ddf
children 9281a2548635
files mx.graal/suite.py
diffstat 1 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/suite.py	Tue Jul 21 16:47:53 2015 +0200
+++ b/mx.graal/suite.py	Tue Jul 21 20:33:04 2015 +0200
@@ -6,7 +6,7 @@
     "suites": [
             {
                "name" : "jvmci",
-               "version" : "ed0b8310ac569181a1a568a09296d0887e03086c",
+               "version" : "910bc6794d834901ff7252299d459013f7a585c4",
                "urls" : [
                     {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                 ]
@@ -901,6 +901,28 @@
       ],
     },
 
+    "GRAAL_TEST" : {
+      "path" : "build/graal-test.jar",
+      "subDir" : "graal",
+      "sourcesPath" : "build/graal-test.src.zip",
+      "dependencies" : [
+        "com.oracle.graal.api.test",
+        "com.oracle.graal.api.directives.test",
+        "com.oracle.graal.asm.amd64.test",
+        "com.oracle.graal.compiler.amd64.test",
+        "com.oracle.graal.compiler.sparc.test",
+        "com.oracle.graal.hotspot.amd64.test",
+        "com.oracle.graal.jtt",
+        "com.oracle.graal.lir.jtt",
+        "com.oracle.graal.lir.test",
+        "com.oracle.graal.nodes.test",
+        "com.oracle.graal.phases.common.test",
+      ],
+      "distDependencies" : [
+        "GRAAL",
+      ],
+    },
+
     "GRAAL_TRUFFLE" : {
       "path" : "build/graal-truffle.jar",
       "subDir" : "graal",
@@ -924,6 +946,7 @@
         "com.oracle.graal.truffle.test"
       ],
       "distDependencies" : [
+        "GRAAL_TEST",
         "GRAAL_TRUFFLE",
         "truffle:TRUFFLE_SL",
       ],