mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 11:28:07 +02:00
Add test-uid-permissions test case to cmake build system.
Reviewed-by: Simon McVittie <smcv@debian.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99586
This commit is contained in:
parent
6a8d0ae586
commit
93aec34b10
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ if(DBUS_WITH_GLIB)
|
|||
add_test_executable(test-relay ${CMAKE_SOURCE_DIR}/../test/relay.c ${TEST_LIBRARIES})
|
||||
add_test_executable(test-syntax ${CMAKE_SOURCE_DIR}/../test/syntax.c ${TEST_LIBRARIES})
|
||||
add_test_executable(test-syslog ${CMAKE_SOURCE_DIR}/../test/internals/syslog.c ${TEST_LIBRARIES})
|
||||
add_test_executable(test-uid-permissions ${CMAKE_SOURCE_DIR}/../test/uid-permissions.c ${TEST_LIBRARIES})
|
||||
add_helper_executable(manual-authz ${CMAKE_SOURCE_DIR}/../test/manual-authz.c ${TEST_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue