diff mx/suite.py @ 21663:381ab4105afe

moved com.oracle.graal.java.test to com.oracle.jvmci.runtime.test
author Doug Simon <doug.simon@oracle.com>
date Tue, 02 Jun 2015 15:15:58 +0200
parents 678303c93e69
children 06f6661380ef
line wrap: on
line diff
--- a/mx/suite.py	Tue Jun 02 15:15:23 2015 +0200
+++ b/mx/suite.py	Tue Jun 02 15:15:58 2015 +0200
@@ -180,6 +180,19 @@
       "workingSets" : "API,JVMCI",
     },
 
+    "com.oracle.jvmci.runtime.test" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "JUNIT",
+        "com.oracle.jvmci.common",
+        "com.oracle.jvmci.runtime",
+      ],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.8",
+      "workingSets" : "API,JVMCI",
+    },
+
     "com.oracle.jvmci.hotspot" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
@@ -845,6 +858,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "JUNIT",
+        "com.oracle.jvmci.runtime.test",
         "com.oracle.graal.runtime",
         "com.oracle.graal.java",
       ],