]> git.ipfire.org Git - thirdparty/git.git/blame - t/perf/Makefile
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / t / perf / Makefile
CommitLineData
8df786d2
ÆAB
1# Import tree-wide shared Makefile behavior and libraries
2include ../../shared.mak
3
342e9ef2
TR
4-include ../../config.mak
5export GIT_TEST_OPTIONS
6
ed5a2457 7all: test-lint perf
342e9ef2
TR
8
9perf: pre-clean
10 ./run
11
12pre-clean:
4f2009dc 13 rm -rf test-results test-trace
342e9ef2
TR
14
15clean:
4f2009dc 16 rm -rf build "trash directory".* test-results test-trace
342e9ef2 17
ed5a2457
NK
18test-lint:
19 $(MAKE) -C .. test-lint
20
342e9ef2 21.PHONY: all perf pre-clean clean