changeset 5566:90798927fd8a

Added graal.snippets.test project.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 11 Jun 2012 13:25:29 +0200
parents 0083a59ced84
children 3b9a46f65807
files graal/com.oracle.graal.snippets/test/test/com/oracle/graal/snippets/package-info.java mx/projects
diffstat 2 files changed, 8 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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