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
System
Dolphin
Commits
d691aa96
Commit
d691aa96
authored
Feb 18, 2021
by
Alexander Lohnau
💬
Browse files
Do not run benchmark test automatically
Same reasoning as
frameworks/kio!301
and the commit series.
parent
ba041233
Pipeline
#51485
passed with stage
in 6 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/tests/CMakeLists.txt
View file @
d691aa96
...
...
@@ -30,10 +30,9 @@ ecm_add_test(kfileitemmodeltest.cpp testdir.cpp
TEST_NAME kfileitemmodeltest
LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test
)
# KFileItemModelBenchmark
ecm_add_test
(
kfileitemmodelbenchmark.cpp testdir.cpp
TEST_NAME kfileitemmodelbenchmark
LINK_LIBRARIES dolphinprivate Qt5::Test
)
# KFileItemModelBenchmark, not run automatically with `ctest` or `make test`
add_executable
(
kfileitemmodelbenchmark kfileitemmodelbenchmark.cpp testdir.cpp
)
target_link_libraries
(
kfileitemmodelbenchmark dolphinprivate Qt5::Test
)
# KItemListKeyboardSearchManagerTest
ecm_add_test
(
kitemlistkeyboardsearchmanagertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test
)
...
...
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