blob: 4c602c02d8dc001ba917e448f15a8e2c862328b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/upnp/Makefile.am
+++ b/upnp/Makefile.am
@@ -203,10 +203,8 @@
# check / distcheck tests
-check_PROGRAMS = test_init test_url test_log test_list
-TESTS = test_init test_url test_log test_list
-test_init_SOURCES = test/test_init.c
-test_url_SOURCES = test/test_url.c
+check_PROGRAMS = test_log test_list
+TESTS = test_log test_list
test_log_SOURCES = test/test_log.c
test_list_SOURCES = test/test_list.c
|