mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +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 \
|
network-monitor \
|
||||||
fileattributematcher \
|
fileattributematcher \
|
||||||
resources \
|
resources \
|
||||||
|
proxy-test \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
if HAVE_DBUS_DAEMON
|
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_SOURCES = gmenumodel.c gdbus-sessionbus.h gdbus-sessionbus.c
|
||||||
gmenumodel_LDADD = $(progs_ldadd)
|
gmenumodel_LDADD = $(progs_ldadd)
|
||||||
|
|
||||||
|
proxy_test_SOURCES = proxy-test.c
|
||||||
|
proxy_test_LDADD = $(progs_ldadd)
|
||||||
|
|
||||||
schema_tests = \
|
schema_tests = \
|
||||||
schema-tests/array-default-not-in-choices.gschema.xml \
|
schema-tests/array-default-not-in-choices.gschema.xml \
|
||||||
schema-tests/bad-choice.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