Skip to content

Commit

Permalink
test using Expat from C++
Browse files Browse the repository at this point in the history
(closes SF bug #1006708)
  • Loading branch information
fdrake committed Jan 28, 2005
1 parent 1e81338 commit da96d66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Makefile
runtests
runtestspp
xmlts.zip
XML-Test-Suite
.libs
6 changes: 6 additions & 0 deletions tests/runtestspp.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// 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"

0 comments on commit da96d66

Please sign in to comment.