From 2b6564a79b4d91994fb67e14db01887dd8c6af8b Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 3 Mar 2020 21:03:25 +1000 Subject: [PATCH] Add C++ test. --- tests/test_cpp/ma_test_cpp.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/test_cpp/ma_test_cpp.cpp diff --git a/tests/test_cpp/ma_test_cpp.cpp b/tests/test_cpp/ma_test_cpp.cpp new file mode 100644 index 00000000..a38cecb4 --- /dev/null +++ b/tests/test_cpp/ma_test_cpp.cpp @@ -0,0 +1 @@ +#include "../test_deviceio/ma_test_deviceio.c" \ No newline at end of file