diff mx/suite.py @ 19046:2358c0e65b9e

Unit tests for GraalDirectives API.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 29 Jan 2015 16:49:03 +0100
parents 862997951c0a
children 75da87c96605
line wrap: on
line diff
--- a/mx/suite.py	Thu Jan 29 16:45:09 2015 +0100
+++ b/mx/suite.py	Thu Jan 29 16:49:03 2015 +0100
@@ -228,6 +228,17 @@
       "workingSets" : "API,Graal",
     },
 
+    "com.oracle.graal.api.directives.test" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "checkstyle" : "com.oracle.graal.graph",
+      "dependencies" : [
+        "com.oracle.graal.compiler.test",
+      ],
+      "javaCompliance" : "1.8",
+      "workingSets" : "API,Graal",
+    },
+
     "com.oracle.graal.api.runtime" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],