diff mx/suite.py @ 20060:555952599be9

Fix suites.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 28 Mar 2015 21:48:27 +0100
parents bc61e6801712
children bba2b55908a1
line wrap: on
line diff
--- a/mx/suite.py	Sat Mar 28 21:28:22 2015 +0100
+++ b/mx/suite.py	Sat Mar 28 21:48:27 2015 +0100
@@ -1063,6 +1063,7 @@
       "sourceDirs" : ["src"],
       "dependencies" : [
         "com.oracle.graal.truffle",
+        "com.oracle.graal.graph.test",
         "com.oracle.graal.compiler.test",
         "com.oracle.truffle.sl.test",
       ],