]> git.ipfire.org Git - thirdparty/git.git/blame - t/perf/Makefile
Merge branch 'es/perf-export-fix'
[thirdparty/git.git] / t / perf / Makefile
CommitLineData
342e9ef2
TR
1-include ../../config.mak
2export GIT_TEST_OPTIONS
3
ed5a2457 4all: test-lint perf
342e9ef2
TR
5
6perf: pre-clean
7 ./run
8
9pre-clean:
10 rm -rf test-results
11
12clean:
13 rm -rf build "trash directory".* test-results
14
ed5a2457
NK
15test-lint:
16 $(MAKE) -C .. test-lint
17
342e9ef2 18.PHONY: all perf pre-clean clean