diff options
author | Michael Bien <[email protected]> | 2010-02-12 03:05:20 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-12 03:05:20 +0100 |
commit | 3f1bda99f1e4aec19c1c71de5324814bfc1c2eaa (patch) | |
tree | 005bfbfec0d8f69c43c45cf0a8ebd670fc5a422d /nbproject/project.xml | |
parent | 0fa706b4eef533ead671310a9a7e063a910198cb (diff) |
added test target to main build script.
added StructAccessorTest, refactored other tests.
updated project files, paths etc.
Diffstat (limited to 'nbproject/project.xml')
-rwxr-xr-x | nbproject/project.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index e42488b..84bdc44 100755 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -41,6 +41,12 @@ <location>build/test</location> <encoding>UTF-8</encoding> </source-folder> + <source-folder> + <label>build/test/gensrc/java</label> + <type>java</type> + <location>build/test/gensrc/java</location> + <encoding>UTF-8</encoding> + </source-folder> </folders> <ide-actions> <action name="build"> @@ -82,6 +88,19 @@ </arity> </context> </action> + <action name="debug.test.single"> + <script>nbproject/ide-file-targets.xml</script> + <target>debug-selected-file-in-junit</target> + <context> + <property>run.class</property> + <folder>test/junit</folder> + <pattern>\.java$</pattern> + <format>java-name</format> + <arity> + <one-file-only/> + </arity> + </context> + </action> <action name="compile.single"> <script>nbproject/ide-file-targets.xml</script> <target>compile-selected-files-in-junit</target> @@ -108,6 +127,10 @@ </arity> </context> </action> + <action name="test"> + <script>${ant.script}</script> + <target>test</target> + </action> </ide-actions> <export> <type>folder</type> @@ -145,6 +168,10 @@ <label>build/test</label> <location>build/test</location> </source-folder> + <source-folder style="packages"> + <label>build/test/gensrc/java</label> + <location>build/test/gensrc/java</location> + </source-folder> <source-file> <location>${ant.script}</location> </source-file> @@ -153,6 +180,7 @@ <ide-action name="build"/> <ide-action name="rebuild"/> <ide-action name="clean"/> + <ide-action name="test"/> </context-menu> </view> <subprojects/> @@ -173,7 +201,7 @@ <compilation-unit> <package-root>test/junit</package-root> <unit-tests/> - <classpath mode="compile">build/classes:build/test/gensrc/java:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:lib/junit-4.5.jar</classpath> + <classpath mode="compile">build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit-4.5.jar</classpath> <built-to>build/classes</built-to> <source-level>1.5</source-level> </compilation-unit> @@ -181,6 +209,11 @@ <package-root>build/test</package-root> <source-level>1.5</source-level> </compilation-unit> + <compilation-unit> + <package-root>build/test/gensrc/java</package-root> + <unit-tests/> + <source-level>1.5</source-level> + </compilation-unit> </java-data> <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1"> <module name="org-netbeans-modules-editor-indent"/> |