From dbca46be0f940a2724361f80317f0a0ce732ded1 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 17 Jul 2023 16:29:23 -0700 Subject: [PATCH] setup getPathsClause and parallels --- tests/testAllParallel.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testAllParallel.nim b/tests/testAllParallel.nim index e44bdbd..d81235a 100644 --- a/tests/testAllParallel.nim +++ b/tests/testAllParallel.nim @@ -5,6 +5,7 @@ import std/[os, osproc, strutils] when declared(getPathsClause): + ## note this doesn't appear to work, what to do? proc nimc(): string = "nim c -r " & getPathsClause() else: proc nimc(): string = "nim c -r "