mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 22:33:08 +02:00
tests: Move two tests from GIO uninstalled helpers to test cases list
These are built and run as tests in the autotools build, and use GTest. They are tests. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
cfc26b5a41
commit
5422838e8d
@ -64,6 +64,8 @@ gio_tests = [
|
|||||||
'glistmodel',
|
'glistmodel',
|
||||||
'testfilemonitor',
|
'testfilemonitor',
|
||||||
'thumbnail-verification',
|
'thumbnail-verification',
|
||||||
|
'tls-certificate',
|
||||||
|
'tls-interaction',
|
||||||
]
|
]
|
||||||
slow_tests = [
|
slow_tests = [
|
||||||
'actions',
|
'actions',
|
||||||
@ -303,6 +305,8 @@ foreach test_name : gio_tests
|
|||||||
# This is peer to peer so it doesn't need a session bus, so we can run
|
# This is peer to peer so it doesn't need a session bus, so we can run
|
||||||
# it automatically as a test by default
|
# it automatically as a test by default
|
||||||
extra_deps = [libgdbus_example_objectmanager_dep]
|
extra_deps = [libgdbus_example_objectmanager_dep]
|
||||||
|
elif test_name == 'tls-certificate' or test_name == 'tls-interaction'
|
||||||
|
srcs += ['gtesttlsbackend.c']
|
||||||
endif
|
endif
|
||||||
exe = executable(test_name, srcs,
|
exe = executable(test_name, srcs,
|
||||||
install : false,
|
install : false,
|
||||||
@ -343,8 +347,6 @@ uninstalled_test_extra_programs = [
|
|||||||
['send-data'],
|
['send-data'],
|
||||||
['socket-server'],
|
['socket-server'],
|
||||||
['socket-client', ['gtlsconsoleinteraction.c']],
|
['socket-client', ['gtlsconsoleinteraction.c']],
|
||||||
['tls-certificate', ['gtesttlsbackend.c']],
|
|
||||||
['tls-interaction', ['gtesttlsbackend.c']],
|
|
||||||
# These three are manual-run tests because they need a session bus but don't bring one up themselves
|
# These three are manual-run tests because they need a session bus but don't bring one up themselves
|
||||||
# FIXME: these build but don't seem to work!
|
# FIXME: these build but don't seem to work!
|
||||||
['gdbus-example-objectmanager-client', [], [libgdbus_example_objectmanager_dep]],
|
['gdbus-example-objectmanager-client', [], [libgdbus_example_objectmanager_dep]],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user