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
PIM
Akonadi Console
Commits
06fc5999
Commit
06fc5999
authored
May 26, 2021
by
Laurent Montel
😁
Browse files
We don't use additional source
parent
7f06cca9
Pipeline
#63171
passed with stage
in 6 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
06fc5999
# convenience macro to add qtest unit tests
macro
(
add_unittest _source
_additionalsource
)
set
(
_test
${
_source
}
${
_additionalsource
}
)
macro
(
add_unittest _source
)
set
(
_test
${
_source
}
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
add_executable
(
${
_name
}
${
_test
}
)
add_test
(
NAME
${
_name
}
COMMAND
${
_name
}
)
...
...
@@ -18,6 +18,6 @@ macro(add_unittest _source _additionalsource)
)
endmacro
()
add_unittest
(
jobtrackertest.cpp
""
)
add_unittest
(
jobtrackermodeltest.cpp
""
)
add_unittest
(
jobtrackersearchwidgettest.cpp
""
)
add_unittest
(
jobtrackertest.cpp
)
add_unittest
(
jobtrackermodeltest.cpp
)
add_unittest
(
jobtrackersearchwidgettest.cpp
)
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