nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/libsofia-sip-ua-glib/su-glib/Makefile.am b/libsofia-sip-ua-glib/su-glib/Makefile.am
2index 6f54d34..c5bfd82 100644
3--- a/libsofia-sip-ua-glib/su-glib/Makefile.am
4+++ b/libsofia-sip-ua-glib/su-glib/Makefile.am
5@@ -20,12 +20,12 @@ AM_CPPFLAGS = -I$(S_BASE)/su -I$(B_BASE)/su $(GLIB_CFLAGS) \
6
7 noinst_LTLIBRARIES = libsu-glib.la
8
9-check_PROGRAMS = su_source_test torture_su_glib_timer
10+check_PROGRAMS =
11
12 # ----------------------------------------------------------------------
13 # Tests
14
15-TESTS = su_source_test torture_su_glib_timer
16+TESTS =
17
18 # ----------------------------------------------------------------------
19 # Rules for building the targets
20diff --git a/libsofia-sip-ua/nta/Makefile.am b/libsofia-sip-ua/nta/Makefile.am
21index c450fd1..4f322c3 100644
22--- a/libsofia-sip-ua/nta/Makefile.am
23+++ b/libsofia-sip-ua/nta/Makefile.am
24@@ -26,9 +26,9 @@ AM_CPPFLAGS = -I$(srcdir)/../ipt -I../ipt \
25 noinst_LTLIBRARIES = libnta.la
26
27 check_PROGRAMS = check_nta test_nta_api test_nta portbind
28-dist_noinst_SCRIPTS = run_test_nta_api run_test_nta
29+dist_noinst_SCRIPTS = run_test_nta_api
30
31-TESTS = run_check_nta run_test_nta_api run_test_nta
32+TESTS = run_test_nta_api
33
34 TESTS_ENVIRONMENT = $(SHELL)
35
36diff --git a/libsofia-sip-ua/nua/Makefile.am b/libsofia-sip-ua/nua/Makefile.am
37index 6b6dfaa..73ffd70 100644
38--- a/libsofia-sip-ua/nua/Makefile.am
39+++ b/libsofia-sip-ua/nua/Makefile.am
40@@ -17,8 +17,8 @@ check_PROGRAMS =
41 TESTS =
42
43 if HAVE_CHECK
44-check_PROGRAMS += check_nua
45-TESTS += check_nua
46+check_PROGRAMS +=
47+TESTS +=
48 endif
49
50 # ----------------------------------------------------------------------
51diff --git a/libsofia-sip-ua/su/Makefile.am b/libsofia-sip-ua/su/Makefile.am
52index db3a331..0a31c72 100644
53--- a/libsofia-sip-ua/su/Makefile.am
54+++ b/libsofia-sip-ua/su/Makefile.am
55@@ -20,7 +20,7 @@ check_PROGRAMS = torture_su torture_su_port \
56 torture_su_alloc torture_su_time torture_su_tag \
57 test_htable test_htable2 torture_rbtree torture_heap \
58 test_memmem torture_su_bm \
59- torture_su_root torture_su_timer \
60+ torture_su_timer \
61 test_su su_proxy test_poll $(OSXPROGS)
62
63 # ----------------------------------------------------------------------
64@@ -30,8 +30,8 @@ TESTS = torture_su torture_su_port \
65 torture_su_alloc torture_su_time torture_su_tag \
66 test_htable test_htable2 torture_rbtree torture_heap \
67 test_memmem torture_su_bm \
68- torture_su_root torture_su_timer \
69- run_addrinfo run_localinfo run_test_su \
70+ torture_su_timer \
71+ run_localinfo run_test_su \
72 $(OSXTESTS)
73
74 # ----------------------------------------------------------------------
75@@ -98,7 +98,7 @@ LDADD = libsu.la
76 # Install and distribution rules
77
78 EXTRA_DIST += su.docs \
79- run_addrinfo run_localinfo run_test_su
80+ run_localinfo run_test_su
81
82 dist_pkgdata_SCRIPTS = tag_dll.awk
83
84diff --git a/tests/Makefile.am b/tests/Makefile.am
85index cabc2b5..0184017 100644
86--- a/tests/Makefile.am
87+++ b/tests/Makefile.am
88@@ -5,8 +5,8 @@
89 # Contact: Pekka Pessi <pekka.pessi@nokia.com>
90 # Licensed under LGPL. See file COPYING.
91
92-TESTS = test_nua
93-check_PROGRAMS = test_nua
94+TESTS =
95+check_PROGRAMS =
96
97 EXTRA_DIST = check_sofia.h check_sofia.c suite_for_nua.c
98
99@@ -33,8 +33,8 @@ libtestproxy_a_SOURCES = test_proxy.h test_proxy.c
100 libtestnat_a_SOURCES = test_nat.h test_nat.c test_nat_tags.c
101
102 if HAVE_CHECK
103-TESTS += check_dlopen_sofia check_sofia
104-check_PROGRAMS += check_dlopen_sofia check_sofia
105+TESTS += check_dlopen_sofia
106+check_PROGRAMS += check_dlopen_sofia
107 endif
108
109 check_sofia_CFLAGS = @CHECK_CFLAGS@