Skip to content

Commit

Permalink
Removes commented lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
agalbachicar committed Nov 13, 2020
1 parent a51a834 commit 73271ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ macro(delphyne_build_tests)
string(REGEX REPLACE ".cc" "" BINARY_NAME ${GTEST_SOURCE_file})
set(BINARY_NAME ${TEST_TYPE}_${BINARY_NAME})

# add_executable(${BINARY_NAME} ${GTEST_SOURCE_file} ${sources})
ament_add_gtest(${BINARY_NAME} ${GTEST_SOURCE_file} TIMEOUT 240)

target_include_directories(${BINARY_NAME}
Expand Down Expand Up @@ -52,11 +51,6 @@ macro(delphyne_build_tests)
# Remove a warning in GTest.
target_compile_options(${BINARY_NAME} PRIVATE "-Wno-sign-compare")

# add_test(${BINARY_NAME} ${CMAKE_CURRENT_BINARY_DIR}/${BINARY_NAME}
# --gtest_output=xml:${CMAKE_BINARY_DIR}/test_results/${BINARY_NAME}.xml)

# set_tests_properties(${BINARY_NAME} PROPERTIES TIMEOUT 240)

if (PYTHONINTERP_FOUND)
# Check that the test produced a result and create a failure if
# it didn't. Guards against crashed and timed out tests.
Expand Down
2 changes: 0 additions & 2 deletions test/regression/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ament_target_dependencies(delphyne_test_utilities
)

target_link_libraries(delphyne_test_utilities
# gtest
# gtest_main
public_headers
drake::drake
maliput_multilane::maliput_multilane_test_utilities
Expand Down

0 comments on commit 73271ce

Please sign in to comment.