From 50ba230448a56bc1a65ae471f6a8782203d9e1a3 Mon Sep 17 00:00:00 2001 From: Henrik Rentz-Reichert Date: Thu, 20 Sep 2012 16:42:03 +0200 Subject: [generator.c.tests] new tests based on generator.common.tests --- .../.classpath | 8 + .../.gitignore | 6 + .../org.eclipse.etrice.generator.c.tests/.project | 17 ++ .../.settings/org.eclipse.jdt.core.prefs | 11 + .../about.html | 28 +++ .../buckminster.cspec | 12 + .../org.eclipse.etrice.generator.c.tests/make.xml | 271 +++++++++++++++++++++ 7 files changed, 353 insertions(+) create mode 100644 tests/org.eclipse.etrice.generator.c.tests/.classpath create mode 100644 tests/org.eclipse.etrice.generator.c.tests/.gitignore create mode 100644 tests/org.eclipse.etrice.generator.c.tests/.project create mode 100644 tests/org.eclipse.etrice.generator.c.tests/.settings/org.eclipse.jdt.core.prefs create mode 100644 tests/org.eclipse.etrice.generator.c.tests/about.html create mode 100644 tests/org.eclipse.etrice.generator.c.tests/buckminster.cspec create mode 100644 tests/org.eclipse.etrice.generator.c.tests/make.xml (limited to 'tests') diff --git a/tests/org.eclipse.etrice.generator.c.tests/.classpath b/tests/org.eclipse.etrice.generator.c.tests/.classpath new file mode 100644 index 000000000..bb2b15cfe --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/tests/org.eclipse.etrice.generator.c.tests/.gitignore b/tests/org.eclipse.etrice.generator.c.tests/.gitignore new file mode 100644 index 000000000..04907272d --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/.gitignore @@ -0,0 +1,6 @@ +/bin +/models +/output +/results +/src-gen +/tmp diff --git a/tests/org.eclipse.etrice.generator.c.tests/.project b/tests/org.eclipse.etrice.generator.c.tests/.project new file mode 100644 index 000000000..238489299 --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/.project @@ -0,0 +1,17 @@ + + + org.eclipse.etrice.generator.c.tests + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + + diff --git a/tests/org.eclipse.etrice.generator.c.tests/.settings/org.eclipse.jdt.core.prefs b/tests/org.eclipse.etrice.generator.c.tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 000000000..54e493c07 --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,11 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/tests/org.eclipse.etrice.generator.c.tests/about.html b/tests/org.eclipse.etrice.generator.c.tests/about.html new file mode 100644 index 000000000..82d49bf5f --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 5, 2007

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + diff --git a/tests/org.eclipse.etrice.generator.c.tests/buckminster.cspec b/tests/org.eclipse.etrice.generator.c.tests/buckminster.cspec new file mode 100644 index 000000000..a4ef60acf --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/buckminster.cspec @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/tests/org.eclipse.etrice.generator.c.tests/make.xml b/tests/org.eclipse.etrice.generator.c.tests/make.xml new file mode 100644 index 000000000..b97b18917 --- /dev/null +++ b/tests/org.eclipse.etrice.generator.c.tests/make.xml @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + done with org.eclipse.etrice.generator.c.tests + + + + + using local target platform + + + + + + using local test result folder + + + + + + using local runtime folder + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3