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 ad5fd5f commit 7fd9063Copy full SHA for 7fd9063
CMakeLists.txt
@@ -48,7 +48,7 @@ if (ENABLE_TESTING)
48
ENDFOREACH ()
49
50
set (CMAKE_CTEST_ARGUMENTS "-L;test")
51
- add_custom_target(bench COMMAND ctest -L bench -V)
+ add_custom_target(fastchan_bench COMMAND ctest -L bench -V)
52
endif()
53
54
0 commit comments