diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2ec107e..b56c870 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,6 +11,6 @@ project( BoostPreprocessorCMakeSelfTest ) add_subdirectory( .. ${CMAKE_CURRENT_BINARY_DIR}/boost_preprocessor ) -add_executable( boost_preprocessor_cmake_self_test cmake_self_test.cpp ) +add_executable( boost_preprocessor_cmake_self_test config_info.cpp ) target_link_libraries( boost_preprocessor_cmake_self_test Boost::preprocessor ) diff --git a/test/cmake_self_test.cpp b/test/cmake_self_test.cpp deleted file mode 100644 index 2d7b167..0000000 --- a/test/cmake_self_test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include - -int main() {}