[TD-4114]<test> add test case for bind batch
This commit is contained in:
parent
8935a06161
commit
68d9c2417f
|
@ -12,6 +12,8 @@ all: $(TARGET)
|
|||
|
||||
exe:
|
||||
gcc $(CFLAGS) ./batchprepare.c -o $(ROOT)batchprepare $(LFLAGS)
|
||||
gcc $(CFLAGS) ./stmtBatchTest.c -o $(ROOT)stmtBatchTest $(LFLAGS)
|
||||
|
||||
clean:
|
||||
rm $(ROOT)batchprepare
|
||||
rm $(ROOT)stmtBatchTest
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue