[TD-4114]<test> add test case for bind batch

This commit is contained in:
liuyq-617 2021-05-13 15:39:53 +08:00
parent 8935a06161
commit 68d9c2417f
2 changed files with 2038 additions and 0 deletions

View File

@ -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