[F] Fixed cmake error: added test_table_basic
This commit is contained in:
parent
9bce3f259c
commit
cfdf971d72
@ -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")
|
||||
|
9
tests/bb_tests_cpp/test_table_basic.cpp
Normal file
9
tests/bb_tests_cpp/test_table_basic.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "tests.h"
|
||||
#include "fort.hpp"
|
||||
|
||||
void test_cpp_table_basic(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user