From 0e94431d7f606acf6fe1fcc13baed0a88d9e7e9c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 1 Feb 2007 22:29:03 +0000 Subject: sipXcommserverlib is a library that handles communication between various sipX components. It is a necessary dependancy of the sipX project. WWW: http://sipx-wiki.calivia.com/index.php/Main_Page PR: ports/107931 Submitted by: Michael Durian --- .../files/patch-src_test_Makefile.am | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net/sipxcommserverlib/files/patch-src_test_Makefile.am (limited to 'net/sipxcommserverlib/files/patch-src_test_Makefile.am') diff --git a/net/sipxcommserverlib/files/patch-src_test_Makefile.am b/net/sipxcommserverlib/files/patch-src_test_Makefile.am new file mode 100644 index 000000000000..5d17556f52d8 --- /dev/null +++ b/net/sipxcommserverlib/files/patch-src_test_Makefile.am @@ -0,0 +1,30 @@ +--- ./src/test/Makefile.am.orig Sun Jan 7 16:20:05 2007 ++++ ./src/test/Makefile.am Sun Jan 7 16:34:25 2007 +@@ -9,8 +9,8 @@ + OdbcWrapperTest.cpp + db_CXXFLAGS = -DTESTDATABASE=\"$(SIPXTEST_DATABASE)\" + db_deps = db_setup +-PG_USER = postgres +-SCHEMA_FILE = $(top_srcdir)/../sipXproxy/etc/database/schema.sql ++PG_USER = pgsql ++SCHEMA_FILE = $(top_srcdir)/../sipxproxy-3.6.0/etc/database/schema.sql + else + db_FILES = + db_CXXFLAGS = +@@ -19,7 +19,7 @@ + + ## All tests under this GNU variable should run relatively quickly + ## and of course require no setup +-TESTS = testsuite sipx_config_value_test ++TESTS = testsuite sipx_config_value/test + + check_PROGRAMS = testsuite sandbox + +@@ -78,6 +78,6 @@ + psql -U $(PG_USER) -d $(SIPXTEST_DATABASE) \ + -f $(SCHEMA_FILE) &>/dev/null; \ + else \ +- @echo "Schema file $(SCHEMA_FILE) not found"; \ ++ echo "Schema file $(SCHEMA_FILE) not found"; \ + fi + @echo "Done." -- cgit v1.2.3