~subsetpark/bagatto

3491892932bae9041ef8cbbba36f0a34d6330f61 — Zach Smith 3 years ago 9ae1055 import-syntax-update v0.4.0
Add ignore file
3 files changed, 3 insertions(+), 1 deletions(-)

M .gitignore
A test/support/pool/.ignore
M test/threads.janet
M .gitignore => .gitignore +1 -0
@@ 3,3 3,4 @@
/demo/*/site
/demo/*/janet_modules/.cache
/demo/*/janet_modules/.manifests
/test/support/pool/*

A test/support/pool/.ignore => test/support/pool/.ignore +0 -0
M test/threads.janet => test/threads.janet +2 -1
@@ 26,6 26,7 @@
  (threads/demand-pipeline (range 0 10)
                           pool-init
                           do-work)
  (is (= (length (os/dir "test/support/pool")) 10)))
  # 10 + 1 placeholder file
  (is (= (length (os/dir "test/support/pool")) 11)))

(run-tests!)