fix(dev): streamline build config for new contributors
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled

- Add --path:src and --threads:on to nim.cfg so tests compile without manual flags
- Add tests/config.nims for automatic path resolution in test directory
- Simplify nimble task definitions (remove redundant flags now in nim.cfg)
- Fix Dockerfile.source comment: remove obsolete nimmax reference

This makes 'nim c tests/test_all.nim' and 'nimble test' work out of the box.
This commit is contained in:
2026-05-16 03:20:43 +03:00
parent 3fce374aba
commit 58b7598155
4 changed files with 10 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
--path:"../src"