Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Feb 28, 2019
1 parent 772e1fc commit f409b18
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/iterators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,3 @@ foreach(test_c ${test_sources})
)
endforeach(test_c)

# add_test(
# NAME Match[modest-proposal]
# COMMAND
# sh -c "$<TARGET_FILE:match_test> the test-data/modest-proposal.txt"
# WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}/tests/iterators"
# )
# add_test(
# NAME "Match[rep]"
# COMMAND
# sh -c "$<TARGET_FILE:match_test> ababaaba test-data/repetitive-string.txt"
# WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}/tests/iterators"
# )

0 comments on commit f409b18

Please sign in to comment.