hotspot/.mx.jvmci/suite.py
changeset 38027 8a5693d27400
parent 38019 28b6a97849ed
child 38663 03fe0752bb2f
--- a/hotspot/.mx.jvmci/suite.py	Thu Apr 07 18:27:50 2016 +0200
+++ b/hotspot/.mx.jvmci/suite.py	Thu Apr 07 08:57:26 2016 -1000
@@ -83,6 +83,21 @@
       "workingSets" : "API,JVMCI",
     },
 
+    "jdk.vm.ci.code.test" : {
+      "subDir" : "test/compiler/jvmci",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "mx:JUNIT",
+        "jdk.vm.ci.amd64",
+        "jdk.vm.ci.sparc",
+        "jdk.vm.ci.code",
+        "jdk.vm.ci.hotspot",
+      ],
+      "checkstyle" : "jdk.vm.ci.services",
+      "javaCompliance" : "1.8",
+      "workingSets" : "API,JVMCI",
+    },
+
     "jdk.vm.ci.runtime" : {
       "subDir" : "src/jdk.vm.ci/share/classes",
       "sourceDirs" : ["src"],