From d985539820595b711fdcca4ff07eac61e4ee2eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 8 Feb 2009 20:24:12 +0000 Subject: [PATCH] - set default test to noling --- build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index fad98a1f..1159a0f3 100644 --- a/build.xml +++ b/build.xml @@ -13,7 +13,7 @@ <echo message="compileall: recompiles all sources"/> <echo message="lint: compiles all sources with bug flags on"/> <echo message="jar: archives compiled code"/> - <echo message="test: performs unit tests [nyi]"/> + <echo message="test: performs unit tests"/> <echo message="zip: creates a new zip file"/> <echo message="javadoc: generates documentation"/> <echo message="release: releases a new version"/> @@ -190,8 +190,9 @@ <javac srcdir="test/src" destdir="test/classes" debug="on"> <classpath refid="classpath"/> </javac> - <!-- possible groups: impl, serv, ling, onto, full --> - <testng groups="full" + <!-- possible groups: impl, serv, ling, noling, io, onto, omwg, full --> + <!-- ling requires WordNet and takes ages initialising it --> + <testng groups="noling" sourcedir="test/src" outputDir="test/html" haltOnFailure="true" verbose="1"> -- GitLab