Add more unit tests.

This commit is contained in:
2025-07-07 16:55:35 -05:00
parent b2d43d1c6d
commit 49755fa2af
3 changed files with 285 additions and 16 deletions

View File

@ -13,3 +13,8 @@ requires @["nim >= 2.2.0", "zero_functional"]
# from https://git.jdb-software.com/jdb/nim-packages
requires "timeutils"
task test, "Run unittests for the package.":
exec "nimble c src/namespaced_logging.nim src/namespaced_logging/autoconfigured.nim"
exec "src/namespaced_logging.out"
exec "src/namespaced_logging/autoconfigured"