gio: add a proxy test program

Test GProxy, GProxyResolver, GProxyAddress, and
GProxyAddressEnumerator, plus GSocketClient's proxy-resolving
codepaths.
This commit is contained in:
Dan Winship 2012-04-22 15:18:50 -04:00
parent bcaa0a3820
commit 2a37bc0dc6
2 changed files with 1081 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff