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 5650c6b commit d705cdcCopy full SHA for d705cdc
tests/beman/scope/CMakeLists.txt
@@ -5,7 +5,4 @@ target_sources(beman.scope.tests.scope PRIVATE scope.test.cpp)
5
6
target_link_libraries(beman.scope.tests.scope PRIVATE beman::scope)
7
8
-add_test(
9
- NAME beman.scope.tests.scope
10
- COMMAND beman.scope.tests.scope
11
-)
+add_test(NAME beman.scope.tests.scope COMMAND beman.scope.tests.scope)
0 commit comments