summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/Makefile
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2001-01-31 16:12:34 +0000
committerMichael Meskes <meskes@postgresql.org>2001-01-31 16:12:34 +0000
commitc9ecf3d1f15448da62555a971446e5ddef7a1a91 (patch)
tree09a2d8bc1794695008220dd4d309e2888afe6ff0 /src/interfaces/ecpg/test/Makefile
parent234599e943dbe0d3c9a31608d208ab496b011638 (diff)
downloadpostgresql-c9ecf3d1f15448da62555a971446e5ddef7a1a91.tar.gz
Applied two bug fixes by Christof Petig.
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
-rw-r--r--src/interfaces/ecpg/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile
index 2ddbb185e0..3ac9b8d41b 100644
--- a/src/interfaces/ecpg/test/Makefile
+++ b/src/interfaces/ecpg/test/Makefile
@@ -18,9 +18,10 @@ dyntest2: dyntest2.c
test_code100: test_code100.c
test_notice: test_notice.c
test_init: test_init.c
+test_text: test_text.c
.pgc.c:
$(ECPG) $?
clean:
- rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 test_notice test_code100 test_init
+ rm -f test1 test2 test3 test4 perftest *.c log dyntest dyntest2 test_notice test_code100 test_init test_text