1
0
Fork 0

[F] Fixed cmake error: added test_table_basic

This commit is contained in:
seleznevae 2018-07-26 22:25:22 +03:00
parent 9bce3f259c
commit cfdf971d72
2 changed files with 10 additions and 0 deletions

View File

@ -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")

View File

@ -0,0 +1,9 @@
#include "tests.h"
#include "fort.hpp"
void test_cpp_table_basic(void)
{
}