summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-23 02:50:26 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:52 +0200
commit82b24514cfe6232e278ba5783171dd3a39b8e66d (patch)
treed5a7923cab48d13b48ed131556430d80d75a82d0 /build.xml
parent2d05235f9d967c4efc3581d278cd367431c73353 (diff)
downloadnbb-82b24514cfe6232e278ba5783171dd3a39b8e66d.tar.gz
nbb-82b24514cfe6232e278ba5783171dd3a39b8e66d.tar.xz
nbb-82b24514cfe6232e278ba5783171dd3a39b8e66d.zip
Still mucking around with eclipse stuff
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3f42ae7..0fe7704 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<project name="unzip" default="make">
+<project name="nbb" default="check">
<description>
Ant adaptor for the nbb Automake/Makefile based build system.
</description>
@@ -7,7 +7,8 @@
<target name="check" description="run nbb checks">
<exec executable="git-amb">
<arg value="make"/>
- <arg value="check"/>
+ <arg value="check"/>
+ <arg value="TESTSUITEFLAGS=-e -v"/>
</exec>
</target>
<target name="make" description="build nbb">