summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2004-03-14 12:16:30 +0000
committerMichael Meskes <meskes@postgresql.org>2004-03-14 12:16:30 +0000
commit757fb0e5a9a61ac8d3a67e334faeea6dc0084b3f (patch)
tree36660558226b311fd6fabc7a11f700f3dc177775 /src/interfaces/ecpg/test/Makefile
parent80ac9b06acb20da700a86251d58b2eae1506b727 (diff)
downloadpostgresql-757fb0e5a9a61ac8d3a67e334faeea6dc0084b3f.tar.gz
- Fixed Informix compat math functions to cope with the situations
where one argument takes the result. - Applied thread patches by Lee Kindness
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
-rw-r--r--src/interfaces/ecpg/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile
index 896f590f12..8abbb6fada 100644
--- a/src/interfaces/ecpg/test/Makefile
+++ b/src/interfaces/ecpg/test/Makefile
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.43 2003/12/19 23:29:15 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.44 2004/03/14 12:16:30 meskes Exp $
subdir = src/interfaces/ecpg/test
top_builddir = ../../../..
@@ -10,7 +10,7 @@ ECPG = ../preproc/ecpg -I$(srcdir)/../include
TESTS = test1 test2 test3 test4 perftest dyntest dyntest2 test_notice test_code100 test_init testdynalloc num_test dt_test test_informix
ifeq ($(enable_thread_safety), yes)
-TESTS += test_thread
+TESTS += test_thread test_thread_implicit
endif
all: $(TESTS)