changeset 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 0aadb6b01fcd
children 258eaaa98484 7ae8ad713862
files mx.graal/suite.py
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Jul 02 12:41:08 2015 +0200
+++ b/mx.graal/suite.py	Thu Jul 02 12:42:20 2015 +0200
@@ -1181,5 +1181,17 @@
         "TRUFFLE"
       ]
     },
+
+    "GRAAL_TRUFFLE_TEST" : {
+      "path" : "build/graal-truffle-test.jar",
+      "subDir" : "graal",
+      "sourcesPath" : "build/graal-truffle-test.src.zip",
+      "dependencies" : [
+        "com.oracle.graal.truffle.test"
+      ],
+      "distDependencies" : [
+        "GRAAL_TRUFFLE"
+      ],
+    },
   },
 }