gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5429520)
raw | patch | inline | side by side (parent: 5429520)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 26 Oct 2014 20:26:49 +0000 (21:26 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sun, 26 Oct 2014 20:26:49 +0000 (21:26 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index a2de8b05af57f6d436103bd80c74a74e94910a3e..84ce509420a5d853097781ef197e0b61acedc342 100644 (file)
--- a/build.xml
+++ b/build.xml
<!-- Testing tasks -->
- <target name="test-run"
+ <target name="manual-test-run"
description="run .obj .wsl _t.wsl, given are ${file.dir}, ${file.name} (no extension) and an ${inputstring}">
<record name="${file.dir}/${file.name}.out1" emacsmode="true" />
<antcall target="mj-run">
<record name="${file.dir}/${file.name}.out3" action="stop" />
</target>
- <target name="test-run-samples-dir"
+ <target name="manual-test-run-samples-dir"
description="run .obj .wsl _t.wsl, in the samples-temp directory; given ${file.name} (no extension) and an ${inputstring}">
- <antcall target="test-run">
+ <antcall target="manual-test-run">
<param name="file.dir" value="${samples.temp.dir}"/>
</antcall>
</target>