aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-27 14:57:36 +0200
committerSven Gothel <[email protected]>2011-09-27 14:57:36 +0200
commitc9575115e214c94501b923599cc5d64778099829 (patch)
tree45e22cf22ce0aabda8f57e9175f5d64c45f50ca3
parentac49f30cde53f75d74a9e605dbc255df5852bdc2 (diff)
NEWT/OSX: Enable OSX
-rw-r--r--make/build-test.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 8109798f4..f7f97609f 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -179,8 +179,7 @@
</junit>
</target>
- <!-- NEWT is currently not supported on OSX -->
- <target name="junit.run.newt.headless" depends="test.compile" unless="isOSX">
+ <target name="junit.run.newt.headless" depends="test.compile">
<!-- Test*NEWT*
Emulation of junit task,
@@ -246,7 +245,7 @@
if run in parallel.
NEWT is currently not supported on OSX
-->
- <target name="junit.run.newt" depends="test.compile" unless="isOSX">
+ <target name="junit.run.newt" depends="test.compile">
<!-- Test*NEWT* -->
<junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" timeout="${batchtest.timeout}">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>
@@ -437,7 +436,7 @@
</target>
<!-- NEWT is currently not supported on OSX -->
- <target name="junit.run.newt.awt" depends="test.compile" unless="isOSX">
+ <target name="junit.run.newt.awt" depends="test.compile">
<!-- Test*AWT* -->
<junit forkmode="perTest" showoutput="true" fork="true" haltonerror="off" timeout="${batchtest.timeout}">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>