Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove test target and unused error.hpp
  • Loading branch information
ruslo committed Jan 30, 2014
commit f4241bd176c5733f81ebc62d3e4007f1e09b5060
61 changes: 0 additions & 61 deletions error/src/network/error.hpp

This file was deleted.

13 changes: 0 additions & 13 deletions error/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,3 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/error/src
${GTEST_INCLUDE_DIRS}
${CPP-NETLIB_SOURCE_DIR}
)

if (CPP-NETLIB_BUILD_TESTS)
add_executable(cpp-netlib-error_test error_test.cpp)
target_link_libraries(cpp-netlib-error_test
${link_cppnetlib_lib}
${Boost_LIBRARIES}
${GTEST_BOTH_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT})
set_target_properties(cpp-netlib-error_test PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
add_test(cpp-netlib-error_test
${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-error_test)
endif()
13 changes: 0 additions & 13 deletions error/test/error_test.cpp

This file was deleted.