]> git.ipfire.org Git - thirdparty/git.git/blob - t/perf/Makefile
Merge branch 'ns/core-fsyncmethod'
[thirdparty/git.git] / t / perf / Makefile
1 # Import tree-wide shared Makefile behavior and libraries
2 include ../../shared.mak
3
4 -include ../../config.mak
5 export GIT_TEST_OPTIONS
6
7 all: test-lint perf
8
9 perf: pre-clean
10 ./run
11
12 pre-clean:
13 rm -rf test-results test-trace
14
15 clean:
16 rm -rf build "trash directory".* test-results test-trace
17
18 test-lint:
19 $(MAKE) -C .. test-lint
20
21 .PHONY: all perf pre-clean clean