diff 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
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"
+      ],
+    },
   },
 }