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