diff mx/suite.py @ 18408:2c3666f44855

Truffle: initial commit of object API implementation
author Andreas Woess <andreas.woess@jku.at>
date Tue, 18 Nov 2014 23:19:43 +0100
parents f439fdb137a3
children d405651001d1
line wrap: on
line diff
--- a/mx/suite.py	Tue Nov 18 16:18:45 2014 +0100
+++ b/mx/suite.py	Tue Nov 18 23:19:43 2014 +0100
@@ -1141,6 +1141,24 @@
       "workingSets" : "API,Truffle",
     },
 
+    "com.oracle.truffle.object" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : ["com.oracle.truffle.api.object"],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.7",
+      "workingSets" : "Truffle",
+    },
+
+    "com.oracle.truffle.object.basic" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : ["com.oracle.truffle.object"],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.7",
+      "workingSets" : "Truffle",
+    },
+
     "com.oracle.truffle.sl" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],