mariadb/ndb/test/ndbapi/flexTT/Makefile
unknown 6386c55cee Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-04-14 10:53:21 +02:00

47 lines
1.1 KiB
Makefile

include .defs.mk
TYPE := ndbapitest
BIN_TARGET := flexTT
# Source files of non-templated classes (.C files)
SOURCES = flexTT.cpp
include $(NDB_TOP)/Epilogue.mk
# run automated tests
test:
@echo "Results test-scripts flexScan." > report.txt
@echo "==============================" >> report.txt
@echo >> report.txt
@echo "User : \t\t\c" >> report.txt
@whoami >> report.txt
@echo "Date : \t\t\c" >> report.txt
@date >> report.txt
@echo >> report.txt
@echo "Host : \t\t\c" >> report.txt
@uname -n >> report.txt
@echo "\nStarting test 1."
@echo "\n==============================\n" >> report.txt
@test1.sh
@echo "\nStarting test 2."
@echo "\n==============================\n" >> report.txt
@test2.sh
@echo "\nStarting test 3."
@echo "\n==============================\n" >> report.txt
@test3.sh
# run basic tests
run_test :
flexBench
flexBench -t 32 -o 5000
flexBench -simple
flexBench -simple -t 32
flexBench -dirty
flexBench -dirty -t 32
flexBench -write
flexBench -write -t 32
flexBench -dirty -write
flexBench -dirty -write -t 32
flexBench -c 16 -t 32 -o 5000
flexBench -t 16 -c 30 -o 10000