From 4d051a5e9766d4a763096f33196abd2169c0d1cc Mon Sep 17 00:00:00 2001 From: andri lim Date: Thu, 10 Jan 2019 09:33:27 +0700 Subject: [PATCH] add --threads:on to tests --- snappy.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/snappy.nimble b/snappy.nimble index 4e58a19..debbf36 100644 --- a/snappy.nimble +++ b/snappy.nimble @@ -10,3 +10,4 @@ requires: "nim >= 0.19.0" task test, "Run all tests": exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" -r tests/test" exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" -d:release -r tests/test" + exec "nim c --passL:\"-lsnappy -L./tests -lstdc++\" --threads:on -d:release -r tests/test"