mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-24 09:10:39 +02:00
Let cmake 'make check' run test applications as test group.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73495 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
7e373d4527
commit
5dfc800644
1 changed files with 1 additions and 11 deletions
|
|
@ -164,15 +164,5 @@ FOREACH(FILE ${FILES})
|
|||
ENDFOREACH(FILE)
|
||||
|
||||
add_custom_target(check
|
||||
COMMAND ctest -R test-shell
|
||||
COMMAND ctest -R test-printf
|
||||
COMMAND ctest -R test-corrupt
|
||||
COMMAND ctest -R test-dbus-daemon
|
||||
COMMAND ctest -R test-dbus-daemon-eavesdrop
|
||||
COMMAND ctest -R test-loopback
|
||||
COMMAND ctest -R test-marshal
|
||||
COMMAND ctest -R test-refs
|
||||
COMMAND ctest -R test-relay
|
||||
COMMAND ctest -R test-syntax
|
||||
COMMAND ctest -R test-syslog
|
||||
COMMAND ctest -R ^test-.*
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue