# HG changeset patch # User Thomas Wuerthinger # Date 1339413929 -7200 # Node ID 90798927fd8a4ec15a406869dfb989cb9a5b5dff # Parent 0083a59ced84dac73e4f6124026b5822da28d368 Added graal.snippets.test project. diff -r 0083a59ced84 -r 90798927fd8a graal/com.oracle.graal.snippets/test/test/com/oracle/graal/snippets/package-info.java --- a/graal/com.oracle.graal.snippets/test/test/com/oracle/graal/snippets/package-info.java Mon Jun 11 13:23:13 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -/* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -/** - * Test cases for Graal snippets. - */ -package test.com.oracle.graal.snippets; diff -r 0083a59ced84 -r 90798927fd8a mx/projects --- a/mx/projects Mon Jun 11 13:23:13 2012 +0200 +++ b/mx/projects Mon Jun 11 13:25:29 2012 +0200 @@ -111,11 +111,18 @@ # graal.snippets project@com.oracle.graal.snippets@subDir=graal -project@com.oracle.graal.snippets@sourceDirs=src,test +project@com.oracle.graal.snippets@sourceDirs=src project@com.oracle.graal.snippets@dependencies=com.oracle.graal.printer project@com.oracle.graal.snippets@checkstyle=com.oracle.graal.graph project@com.oracle.graal.snippets@javaCompliance=1.7 +# graal.snippets.test +project@com.oracle.graal.snippets.test@subDir=graal +project@com.oracle.graal.snippets.test@sourceDirs=src +project@com.oracle.graal.snippets.test@dependencies=com.oracle.graal.snippets +project@com.oracle.graal.snippets.test@checkstyle=com.oracle.graal.graph +project@com.oracle.graal.snippets.test@javaCompliance=1.7 + # graal.nodes project@com.oracle.graal.nodes@subDir=graal project@com.oracle.graal.nodes@sourceDirs=src,test