Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
7792bb1f
Commit
7792bb1f
authored
Dec 02, 2019
by
Vincent Pinon
Browse files
Fix CMake calling runTests
parent
ab03c2d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7792bb1f
...
...
@@ -163,7 +163,7 @@ if(BUILD_TESTING)
add_executable
(
runTests
${
Tests_SRCS
}
)
set_property
(
TARGET runTests PROPERTY CXX_STANDARD 14
)
target_link_libraries
(
runTests kdenliveLib
)
add_test
(
runTests runTests -d yes
)
add_test
(
NAME
runTests
COMMAND
${
CMAKE_RUNTIME_OUTPUT_DIRECTORY
}
/
runTests -d yes
)
endif
()
if
(
BUILD_FUZZING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment