blob: 2465770a7825b4f360d649df3684c5339c8ce657 [file] [log] [blame]
Thomas Rast342e9ef2012-02-17 11:25:09 +01001-include ../../config.mak
2export GIT_TEST_OPTIONS
3
Nipunn Koorapatied5a2452020-10-20 13:41:02 +00004all: test-lint perf
Thomas Rast342e9ef2012-02-17 11:25:09 +01005
6perf: pre-clean
7 ./run
8
9pre-clean:
Jeff Hostetler4f2009d2021-02-03 15:34:43 +000010 rm -rf test-results test-trace
Thomas Rast342e9ef2012-02-17 11:25:09 +010011
12clean:
Jeff Hostetler4f2009d2021-02-03 15:34:43 +000013 rm -rf build "trash directory".* test-results test-trace
Thomas Rast342e9ef2012-02-17 11:25:09 +010014
Nipunn Koorapatied5a2452020-10-20 13:41:02 +000015test-lint:
16 $(MAKE) -C .. test-lint
17
Thomas Rast342e9ef2012-02-17 11:25:09 +010018.PHONY: all perf pre-clean clean