aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-10 03:04:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-10 03:04:20 +0200
commit3a9ed2803e099d31b6625a57bf37c00d52982785 (patch)
tree45dd1bd2bf69ae3b48a99d27df3773fab7b98ed4
parentHighlight changed coveragesupplements. (diff)
downloadcalp-3a9ed2803e099d31b6625a57bf37c00d52982785.tar.gz
calp-3a9ed2803e099d31b6625a57bf37c00d52982785.tar.xz
Add TODO about better way to get CPU count.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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