We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eee18 commit 46e1fe2Copy full SHA for 46e1fe2
test/CMakeLists.txt
@@ -1,6 +1,6 @@
1
# testing if regex works correctly (has problem with gcc < 4.9)
2
add_executable(testregex testregex.cpp)
3
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)
+#add_test(NAME aliceo2namespace COMMAND ${CMAKE_SOURCE_DIR}/check_clang_tidy.py ${CMAKE_SOURCE_DIR}/test/aliceO2-namespace-naming.cpp aliceO2-namespace-naming)
5
6
# correctness testing of checks
0 commit comments