1
0
Fork 0
git/t/perf/Makefile
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

21 lines
360 B
Makefile

# Import tree-wide shared Makefile behavior and libraries
include ../../shared.mak
-include ../../config.mak
export GIT_TEST_OPTIONS
all: test-lint perf
perf: pre-clean
./run
pre-clean:
rm -rf test-results test-trace
clean:
rm -rf build "trash directory".* test-results test-trace
test-lint:
$(MAKE) -C .. test-lint
.PHONY: all perf pre-clean clean