Skip to content

Commit

Permalink
[FIX] Deactive header tests for search module temporarily (sdsl leads…
Browse files Browse the repository at this point in the history
… to failure)
  • Loading branch information
cpockrandt committed Sep 17, 2018
1 parent c7225a3 commit 0514ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/header/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ macro (seqan3_header_test component header_base_path)
"${header_relative_base_path}/*.h")

# filter out headers which are implementation detail
list (FILTER header_files EXCLUDE REGEX "detail|/bits/")
list (FILTER header_files EXCLUDE REGEX "detail|/bits/|search")

file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/header_test_src")

Expand Down

0 comments on commit 0514ee3

Please sign in to comment.