Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d9855398 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- set default test to noling

parent 4339279d
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<echo message="compileall: recompiles all sources"/> <echo message="compileall: recompiles all sources"/>
<echo message="lint: compiles all sources with bug flags on"/> <echo message="lint: compiles all sources with bug flags on"/>
<echo message="jar: archives compiled code"/> <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="zip: creates a new zip file"/>
<echo message="javadoc: generates documentation"/> <echo message="javadoc: generates documentation"/>
<echo message="release: releases a new version"/> <echo message="release: releases a new version"/>
...@@ -190,8 +190,9 @@ ...@@ -190,8 +190,9 @@
<javac srcdir="test/src" destdir="test/classes" debug="on"> <javac srcdir="test/src" destdir="test/classes" debug="on">
<classpath refid="classpath"/> <classpath refid="classpath"/>
</javac> </javac>
<!-- possible groups: impl, serv, ling, onto, full --> <!-- possible groups: impl, serv, ling, noling, io, onto, omwg, full -->
<testng groups="full" <!-- ling requires WordNet and takes ages initialising it -->
<testng groups="noling"
sourcedir="test/src" sourcedir="test/src"
outputDir="test/html" outputDir="test/html"
haltOnFailure="true" verbose="1"> haltOnFailure="true" verbose="1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment