mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-11 18:23:07 +02:00
gio: add a proxy test program
Test GProxy, GProxyResolver, GProxyAddress, and GProxyAddressEnumerator, plus GSocketClient's proxy-resolving codepaths.
This commit is contained in:
parent
bcaa0a3820
commit
2a37bc0dc6
@ -59,6 +59,7 @@ TEST_PROGS += \
|
||||
network-monitor \
|
||||
fileattributematcher \
|
||||
resources \
|
||||
proxy-test \
|
||||
$(NULL)
|
||||
|
||||
if HAVE_DBUS_DAEMON
|
||||
@ -453,6 +454,9 @@ gapplication_example_actions_LDADD = $(progs_ldadd)
|
||||
gmenumodel_SOURCES = gmenumodel.c gdbus-sessionbus.h gdbus-sessionbus.c
|
||||
gmenumodel_LDADD = $(progs_ldadd)
|
||||
|
||||
proxy_test_SOURCES = proxy-test.c
|
||||
proxy_test_LDADD = $(progs_ldadd)
|
||||
|
||||
schema_tests = \
|
||||
schema-tests/array-default-not-in-choices.gschema.xml \
|
||||
schema-tests/bad-choice.gschema.xml \
|
||||
|
1077
gio/tests/proxy-test.c
Normal file
1077
gio/tests/proxy-test.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user