Skip to content

Commit 46e1fe2

Browse files
committed
Momentarily disabling unit test for namespaces
It does not yet seem to work reliably on all platforms; Will be re-enabled once more stable.
1 parent e5eee18 commit 46e1fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# testing if regex works correctly (has problem with gcc < 4.9)
22
add_executable(testregex testregex.cpp)
33
add_test(testregexcorrect testregex)
4-
add_test(NAME aliceo2namespace COMMAND ${CMAKE_SOURCE_DIR}/check_clang_tidy.py ${CMAKE_SOURCE_DIR}/test/aliceO2-namespace-naming.cpp aliceO2-namespace-naming)
4+
#add_test(NAME aliceo2namespace COMMAND ${CMAKE_SOURCE_DIR}/check_clang_tidy.py ${CMAKE_SOURCE_DIR}/test/aliceO2-namespace-naming.cpp aliceO2-namespace-naming)
55

66
# correctness testing of checks

0 commit comments

Comments
 (0)