diff mx/suite.py @ 18407:f439fdb137a3

Truffle: initial commit of object API
author Andreas Woess <andreas.woess@jku.at>
date Tue, 18 Nov 2014 16:18:45 +0100
parents 58bbb14d5f49
children 2c3666f44855
line wrap: on
line diff
--- a/mx/suite.py	Fri Nov 14 13:49:12 2014 +0100
+++ b/mx/suite.py	Tue Nov 18 16:18:45 2014 +0100
@@ -1132,6 +1132,15 @@
       "workingSets" : "Truffle,Codegen",
     },
 
+    "com.oracle.truffle.api.object" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : ["com.oracle.truffle.api"],
+      "checkstyle" : "com.oracle.truffle.api",
+      "javaCompliance" : "1.7",
+      "workingSets" : "API,Truffle",
+    },
+
     "com.oracle.truffle.sl" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],