Added test runtime to make testmarks
This actually makes the make testmark rule somewhat useful.
This commit is contained in:
@@ -393,11 +393,12 @@ test-list list-tests: test-runner
|
|||||||
|
|
||||||
## Summarize the test results
|
## Summarize the test results
|
||||||
.PHONY: testmarks
|
.PHONY: testmarks
|
||||||
testmarks: SUMMARYFLAGS+=-spassed
|
testmarks: SUMMARYFLAGS+=-Stime
|
||||||
testmarks: $(TEST_CSV) $(BUILDDIR)/lfs.test.csv
|
testmarks: $(TEST_CSV) $(BUILDDIR)/lfs.test.csv
|
||||||
$(strip ./scripts/summary.py $(TEST_CSV) \
|
$(strip ./scripts/summary.py $(TEST_CSV) \
|
||||||
-bsuite \
|
-bsuite \
|
||||||
-fpassed=test_passed \
|
-fpassed=test_passed \
|
||||||
|
-ftime=test_time \
|
||||||
$(SUMMARYFLAGS))
|
$(SUMMARYFLAGS))
|
||||||
|
|
||||||
## Compare test results against a previous run
|
## Compare test results against a previous run
|
||||||
|
|||||||
Reference in New Issue
Block a user