diff mx/suite.py @ 18726:8153d8cf264c

Added unit test for StampFactoryTest.createParameterStamps.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 19 Dec 2014 14:58:50 +0100
parents cdb9c605051a
children 03861c619acb
line wrap: on
line diff
--- a/mx/suite.py	Fri Dec 19 14:38:40 2014 +0100
+++ b/mx/suite.py	Fri Dec 19 14:58:50 2014 +0100
@@ -716,6 +716,19 @@
       "workingSets" : "Graal,Phases",
     },
 
+    "com.oracle.graal.phases.common.test" : {
+      "subDir" : "graal",
+      "sourceDirs" : ["src"],
+      "dependencies" : [
+        "com.oracle.graal.phases.common",
+        "com.oracle.graal.runtime",
+        "JUNIT",
+      ],
+      "checkstyle" : "com.oracle.graal.graph",
+      "javaCompliance" : "1.8",
+      "workingSets" : "Graal,Test",
+    },
+
     "com.oracle.graal.virtual" : {
       "subDir" : "graal",
       "sourceDirs" : ["src"],