From 7fb0b170a7436de18aa000ac8e0a00d54db18cd5 Mon Sep 17 00:00:00 2001 From: kishoramballi Date: Fri, 23 May 2008 05:14:39 +0000 Subject: [PATCH] modified to accommodate test003.ksh --- test/dbapi/Table/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dbapi/Table/Makefile b/test/dbapi/Table/Makefile index 1ed79ae8..933788ec 100644 --- a/test/dbapi/Table/Makefile +++ b/test/dbapi/Table/Makefile @@ -25,7 +25,7 @@ LIBS= -L$(CSQL_INSTALL_ROOT)/lib -lcsql TARGETS = \ test001 \ test002 \ - test003 \ + insert \ test004 \ test005 \ test006 \ @@ -42,7 +42,7 @@ test001: inserttest1.c $(CPlus) $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) test002: inserttest2.c $(CPlus) $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) -test003: inserttest3.c +insert: inserttest3.c $(CPlus) $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) test004: insertnulltest1.c $(CPlus) $(CPlusFlags) -o $@ $< $(INCL) $(LIBS) $(SYSLIBS) -- 2.11.4.GIT