From cfdf971d72cba4a3db0dffdabdb1816c642dc645 Mon Sep 17 00:00:00 2001 From: seleznevae Date: Thu, 26 Jul 2018 22:25:22 +0300 Subject: [PATCH] [F] Fixed cmake error: added test_table_basic --- CMakeLists.txt | 1 + tests/bb_tests_cpp/test_table_basic.cpp | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 tests/bb_tests_cpp/test_table_basic.cpp 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) +{ + +} + +