diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5bbcba8e..417b04c7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -42,12 +42,8 @@ TESTS = \ xmlrpc-test noinst_PROGRAMS = \ - $(TESTS) \ - dns \ - get \ ntlm-test-helper \ - simple-httpd \ - simple-proxy + $(TESTS) noinst_DATA = soup-tests.gresource |