mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Added header dependency tests.
This commit is contained in:
21
tests/CMakeLists.txt
Normal file
21
tests/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# Tests
|
||||
#
|
||||
|
||||
enable_testing()
|
||||
|
||||
# Build Catch unit tests
|
||||
#function(add_catch_test _testname)
|
||||
# add_executable(${_testname} ${_testname}.cpp)
|
||||
# target_link_libraries(${_testname} Catch)
|
||||
# add_test(NAME test_${_testname} COMMAND ${_testname})
|
||||
#endfunction()
|
||||
#
|
||||
#file(GLOB catch_tests LIST_DIRECTORIES false *.cpp)
|
||||
#foreach(catch_test IN LIST catch_tests)
|
||||
# add_catch_test(${catch_test})
|
||||
#endforeach()
|
||||
|
||||
# Ensure headers include their own dependencies
|
||||
add_subdirectory(header_dependencies)
|
||||
|
Reference in New Issue
Block a user