# HG changeset patch # User Doug Simon # Date 1435833740 -7200 # Node ID 103f53747955fac19bef1a611c3610ef88e25b94 # Parent 0aadb6b01fcdcee3c5f89ee276f839d3408ad599 added GRAAL_TRUFFLE_TEST distribution to export test framework to downstream suites diff -r 0aadb6b01fcd -r 103f53747955 mx.graal/suite.py --- a/mx.graal/suite.py Thu Jul 02 12:41:08 2015 +0200 +++ b/mx.graal/suite.py Thu Jul 02 12:42:20 2015 +0200 @@ -1181,5 +1181,17 @@ "TRUFFLE" ] }, + + "GRAAL_TRUFFLE_TEST" : { + "path" : "build/graal-truffle-test.jar", + "subDir" : "graal", + "sourcesPath" : "build/graal-truffle-test.src.zip", + "dependencies" : [ + "com.oracle.graal.truffle.test" + ], + "distDependencies" : [ + "GRAAL_TRUFFLE" + ], + }, }, }