mariadb/mysql-test/suite/tokudb/t/fast_update_Makefile
Rich Prohaska 2f83aed670 refs #6440 move fast update tests
git-svn-id: file:///svn/mysql/tests/mysql-test@55030 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-03 14:23:31 +00:00

10 lines
153 B
Text

# generate tests from test generator python programs
S = $(wildcard *.py)
T = $(patsubst %.py,%.test,$(S))
default: $(T)
%.test: %.py
python $< >$@