Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
ae925ffd
Commit
ae925ffd
authored
Aug 12, 2015
by
Volker Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in add_test() preventing this unit test from being executed.
parent
f6697a77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
korganizer/autotests/CMakeLists.txt
korganizer/autotests/CMakeLists.txt
+1
-1
No files found.
korganizer/autotests/CMakeLists.txt
View file @
ae925ffd
...
...
@@ -21,7 +21,7 @@ target_link_libraries(testkodaymatrix
)
add_executable
(
koeventpopmenutest koeventpopupmenutest.cpp ../koeventpopupmenu.cpp ../kocorehelper.cpp ../dialog/noteeditdialog.cpp ../korganizer_debug.cpp
)
add_test
(
koeventpopmenutest koeventpop
up
menutest
)
add_test
(
koeventpopmenutest koeventpopmenutest
)
ecm_mark_as_test
(
koeventpopmenutest
)
target_link_libraries
(
koeventpopmenutest
Qt5::Test
...
...
Write
Preview
Markdown
is supported
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