We're now set up to support automated unit tests. Besides the fact

that I like unit tests, my Unicode conversion work is going to have to
be thorougly tested for reasons I will outline in
http://thdltools.sf.net/BuildSystems.html later today.

Added the freely licensed JUnit 3.8.1 binary to the repository, along
with some README files.  Added a new supporting buildfile,
junitbuild.xml.  'ant clean check' is now good to go (though it uses
the text UI for JUnit, and some developers may want the Swing GUI)

Also, I cleaned up build.xml a bit, including adding all buildfiles
(but not junit.jar and things like that) to the source distribution
('ant src-dist') rather than just build.xml.
This commit is contained in:
dchandler 2003-01-12 20:24:01 +00:00
parent 190a3d9b60
commit a31fed2ea7
7 changed files with 115 additions and 15 deletions

View file

@ -2,9 +2,7 @@
We have a document,
http://thdltools.sourceforge.net/BuildSystems.html, that you
probably should read. FIXME: update this document to describe
the two-buildfile system.
probably should read.
-->
<project name="THDLTools" default="fail-nicely" basedir=".">
@ -16,7 +14,7 @@
This is separate from build.xml because to use this build file,
you must have installed the Venus Application Publisher's (Vamp's)
Ant tasks. Read the comments of this buildfile to learn more, or
see http://thdltools.sourceforge.net/BuildSystems.html.
see 'http://thdltools.sourceforge.net/BuildSystems.html'.
</description>