[Freeswitch-svn] [commit] r8641 - in freeswitch/trunk/libs/sofia-sip: . tests
Freeswitch SVN
mikej at freeswitch.org
Sun May 25 11:24:08 EDT 2008
Author: mikej
Date: Sun May 25 11:24:07 2008
New Revision: 8641
Modified:
freeswitch/trunk/libs/sofia-sip/.update
freeswitch/trunk/libs/sofia-sip/tests/Makefile.am
Log:
Fri May 23 07:53:25 EDT 2008 Pekka.Pessi at nokia.com
* tests/Makefile.am: do not fix testsdir
Build check_sofia only with make check.
Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update (original)
+++ freeswitch/trunk/libs/sofia-sip/.update Sun May 25 11:24:07 2008
@@ -1 +1 @@
-Sun May 25 11:23:32 EDT 2008
+Sun May 25 11:24:02 EDT 2008
Modified: freeswitch/trunk/libs/sofia-sip/tests/Makefile.am
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/tests/Makefile.am (original)
+++ freeswitch/trunk/libs/sofia-sip/tests/Makefile.am Sun May 25 11:24:07 2008
@@ -32,20 +32,13 @@
libtestnat_a_SOURCES = test_nat.h test_nat.c test_nat_tags.c
-#
-# Install in special test package
-#
-testsdir = ${libdir}/tests/libsofia-sip-ua-tests
-tests_PROGRAMS =
-
if HAVE_CHECK
TESTS += check_sofia
-tests_PROGRAMS += check_sofia
+check_PROGRAMS += check_sofia
endif
check_sofia_CFLAGS = @CHECK_CFLAGS@
-
check_sofia_SOURCES = check_sofia.c check_sofia.h \
suite_for_nua.c
More information about the Freeswitch-svn
mailing list