diff mx/projects @ 12672:38bf986ce231

added support for scoped overriding of OptionValues (GRAAL-27)
author Doug Simon <doug.simon@oracle.com>
date Tue, 05 Nov 2013 12:48:21 +0100
parents 1fdecc36c8ac
children 0266ac3b26c0
line wrap: on
line diff
--- a/mx/projects	Tue Nov 05 11:14:42 2013 +0100
+++ b/mx/projects	Tue Nov 05 12:48:21 2013 +0100
@@ -200,6 +200,14 @@
 project@com.oracle.graal.options@annotationProcessorForDependents=true
 project@com.oracle.graal.options@workingSets=Graal,Codegen
 
+# graal.options.test
+project@com.oracle.graal.options.test@subDir=graal
+project@com.oracle.graal.options.test@sourceDirs=src
+project@com.oracle.graal.options.test@dependencies=com.oracle.graal.options,JUNIT
+project@com.oracle.graal.options.test@checkstyle=com.oracle.graal.graph
+project@com.oracle.graal.options.test@javaCompliance=1.7
+project@com.oracle.graal.options.test@workingSets=Graal
+
 # graal.graph
 project@com.oracle.graal.graph@subDir=graal
 project@com.oracle.graal.graph@sourceDirs=src