diff mx/suite.py @ 18746:5294b624e2f0

Interop: add interface
author Matthias Grimmer <grimmer@ssw.jku.at>
date Tue, 23 Dec 2014 11:56:08 +0100
parents 8ac074d3e7c0
children 31960077ea9d
line wrap: on
line diff
--- a/mx/suite.py	Mon Dec 22 18:34:00 2014 +0100
+++ b/mx/suite.py	Tue Dec 23 11:56:08 2014 +0100
@@ -1146,10 +1146,19 @@
       "workingSets" : "Truffle,Codegen",
     },
 
+    "com.oracle.truffle.api.interop" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : ["com.oracle.truffle.api"],
+      "checkstyle" : "com.oracle.truffle.api",
+      "javaCompliance" : "1.7",
+      "workingSets" : "API,Truffle",
+    },
+
     "com.oracle.truffle.api.object" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],
-      "dependencies" : ["com.oracle.truffle.api"],
+      "dependencies" : ["com.oracle.truffle.api.interop"],
       "checkstyle" : "com.oracle.truffle.api",
       "javaCompliance" : "1.7",
       "workingSets" : "API,Truffle",