From 3a9ed2803e099d31b6625a57bf37c00d52982785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 10 Oct 2023 03:04:20 +0200 Subject: Add TODO about better way to get CPU count. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2d21588f..aaa52be1 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ install: all calp-release unit-test-deps: calp $(GO_UNIT_TESTS) $(GO_FILES) $(TEST_FILES) +# TODO (current-processor-count) $(COV_FILE): cpucount unit-test-deps ./testrunner.scm --threads $(shell ./cpucount) --coverage $@ --coverage-supplement tests/unit/coverage-supplement.scm -- cgit v1.2.3