[Expat-checkins] expat/tests runtestspp.cpp, NONE, 1.1 .cvsignore,
1.4, 1.5
Fred L. Drake
fdrake at users.sourceforge.net
Fri Jan 28 06:19:55 CET 2005
Update of /cvsroot/expat/expat/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4164/tests
Modified Files:
.cvsignore
Added Files:
runtestspp.cpp
Log Message:
test using Expat from C++
(closes SF bug #1006708)
--- NEW FILE: runtestspp.cpp ---
// C++ compilation harness for the test suite.
//
// This is used to ensure the Expat headers can be included from C++
// and have everything work as expected.
//
#include "runtests.c"
Index: .cvsignore
===================================================================
RCS file: /cvsroot/expat/expat/tests/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .cvsignore 3 Sep 2002 23:19:30 -0000 1.4
+++ .cvsignore 28 Jan 2005 05:19:52 -0000 1.5
@@ -1,5 +1,6 @@
Makefile
runtests
+runtestspp
xmlts.zip
XML-Test-Suite
.libs
More information about the Expat-checkins
mailing list