diff --git a/CMakeLists.txt b/CMakeLists.txt index 06e32f7..6fda155 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,6 +226,7 @@ if(FORT_ENABLE_ASTYLE) ${CMAKE_SOURCE_DIR}/tests/*.h ${CMAKE_SOURCE_DIR}/tests/bb_tests/*.c ${CMAKE_SOURCE_DIR}/tests/wb_tests/*.c + ${CMAKE_SOURCE_DIR}/tests/bb_tests_cpp/*.cpp ) if(NOT WIN32 STREQUAL "1") diff --git a/tests/bb_tests_cpp/test_table_basic.cpp b/tests/bb_tests_cpp/test_table_basic.cpp new file mode 100644 index 0000000..3aba426 --- /dev/null +++ b/tests/bb_tests_cpp/test_table_basic.cpp @@ -0,0 +1,9 @@ +#include "tests.h" +#include "fort.hpp" + +void test_cpp_table_basic(void) +{ + +} + +