nonchocoboy 2003/02/23 14:12:07 PST
Modified files:
. SConstruct
test SConscript
Added files:
test/suite ErrorTest.cpp ErrorTest.h SConscript
Suites.h runner.cpp
Log:
Started a cppunit-based test suite so we can organize our tests better (and
run them automatically).
Revision Changes Path
1.7 +38 -7 cppdom/SConstruct
1.6 +6 -0 cppdom/test/SConscript
1.1 +58 -0 cppdom/test/suite/ErrorTest.cpp (new)
1.1 +59 -0 cppdom/test/suite/ErrorTest.h (new)
1.1 +23 -0 cppdom/test/suite/SConscript (new)
1.1 +65 -0 cppdom/test/suite/Suites.h (new)
1.1 +144 -0 cppdom/test/suite/runner.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/SConstruct.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/SConscript.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/ErrorTest.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/ErrorTest.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/Suites.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/test/suite/runner.cpp?rev=1.1&content-type=text/plain
|