From 1b4d53f301e31fb5e4fbe687741367b938377009 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 31 Dec 2014 16:10:50 +0100 Subject: Fix C++ API test --- api_test/cplusplus.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 api_test/cplusplus.h (limited to 'api_test/cplusplus.h') diff --git a/api_test/cplusplus.h b/api_test/cplusplus.h new file mode 100644 index 0000000..68edcb2 --- /dev/null +++ b/api_test/cplusplus.h @@ -0,0 +1,17 @@ +#ifndef CMARK_API_TEST_CPLUSPLUS_H +#define CMARK_API_TEST_CPLUSPLUS_H + +#include "harness.h" + +#ifdef __cplusplus +extern "C" { +#endif + +void +test_cplusplus(test_batch_runner *runner); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3