summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-08-06 07:55:41 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2015-08-12 11:34:27 -0400
commitb339631c3fdc5d60598c01a349fdb4fcf426b8b9 (patch)
tree187e94a5130efe98e1c78ed953b8a646803346b7 /tests/Makefile.am
parentdf792b01ce513d03e52a6ff584cadfede67ae4a3 (diff)
downloadlibsoup-b339631c3fdc5d60598c01a349fdb4fcf426b8b9.tar.gz
xmlrpc: Add unit tests for GVariant API
https://bugzilla.gnome.org/show_bug.cgi?id=746495
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f2f9f0c4..33f29df5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,7 +43,9 @@ test_programs = \
uri-parsing \
websocket-test \
xmlrpc-old-server-test \
- xmlrpc-old-test
+ xmlrpc-old-test \
+ xmlrpc-server-test \
+ xmlrpc-test
test_extra_programs = \
ntlm-test-helper \