diff options
Diffstat (limited to 'lib/expat/tests/runtestspp.cpp')
-rw-r--r-- | lib/expat/tests/runtestspp.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/expat/tests/runtestspp.cpp b/lib/expat/tests/runtestspp.cpp new file mode 100644 index 000000000..c35dc583d --- /dev/null +++ b/lib/expat/tests/runtestspp.cpp @@ -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" |