Skip to content

Commit

Permalink
Remove unessecary files
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Mar 6, 2025
1 parent 9d31296 commit 7880ff8
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,039 deletions.
25 changes: 0 additions & 25 deletions test/backward_vendor/backward-cpp/.travis.yml

This file was deleted.

42 changes: 0 additions & 42 deletions test/backward_vendor/backward-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,48 +115,6 @@ set_target_properties(backward PROPERTIES EXPORT_NAME Backward)
target_link_libraries(backward PUBLIC Backward::Interface)
add_library(Backward::Backward ALIAS backward)

###############################################################################
# TESTS
###############################################################################

if(BACKWARD_TESTS)
enable_testing()

add_library(test_main OBJECT test/_test_main.cpp)

macro(backward_add_test src)
get_filename_component(name ${src} NAME_WE)
set(test_name "test_${name}")

add_executable(${test_name} ${src} ${ARGN} $<TARGET_OBJECTS:test_main>)

target_link_libraries(${test_name} PRIVATE Backward::Interface)

add_test(NAME ${name} COMMAND ${test_name})
endmacro()

# Tests without backward.cpp
set(TESTS
test
stacktrace
rectrace
select_signals
)

foreach(test ${TESTS})
backward_add_test(test/${test}.cpp)
endforeach()

# Tests with backward.cpp
set(TESTS
suicide
)

foreach(test ${TESTS})
backward_add_test(test/${test}.cpp backward.cpp)
endforeach()
endif()

install(
FILES "backward.hpp"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
Expand Down
77 changes: 0 additions & 77 deletions test/backward_vendor/backward-cpp/builds.sh

This file was deleted.

45 changes: 0 additions & 45 deletions test/backward_vendor/backward-cpp/conanfile.py

This file was deleted.

Loading

0 comments on commit 7880ff8

Please sign in to comment.