From a24ade0a3bdede676c4c85198ed3f1c000efaeff Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 30 Sep 2015 22:31:46 +0200 Subject: test: added a test for C++ api compatibility --- test/cplusplus.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/cplusplus.cpp (limited to 'test/cplusplus.cpp') diff --git a/test/cplusplus.cpp b/test/cplusplus.cpp new file mode 100644 index 0000000..b6ddaa9 --- /dev/null +++ b/test/cplusplus.cpp @@ -0,0 +1,16 @@ +/** + * @file test/cplusplus.cpp Baresip selftest -- C++ compatibility + * + * Copyright (C) 2010 - 2015 Creytiv.com + */ +#include +#include +#include +#include "test.h" + + +int test_cplusplus(void) +{ + re_printf("c++ ok\n"); + return 0; +} -- cgit v1.2.3