changeset 20060:555952599be9

Fix suites.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 28 Mar 2015 21:48:27 +0100
parents 66c5fcf494e0
children 78f1d68ab6a5
files mx/suite.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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",
       ],