summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/t/fast_update_Makefile
blob: 71956d1fe43d359fb70f5175b083471bb14f9362 (plain)
1
2
3
4
5
6
7
8
9
10
# generate tests from test generator python programs

S = $(wildcard *.py)
T = $(patsubst %.py,%.test,$(S))

default: $(T)

%.test: %.py
	python $< >$@