Update test path

This commit is contained in:
akshaya
2024-08-14 17:15:04 -04:00
parent ad094f6443
commit 5b3d32c96d

View File

@@ -19,4 +19,5 @@ task test, "Run the test suite":
exec "nim c -r --path:src tests/test_curve25519.nim"
exec "nim c -r --path:src tests/test_pow.nim"
exec "nim c -r --path:src tests/test_serialization.nim"
exec "nim c -r --path:src tests/test_sphinx.nim"
exec "nim c -r --path:src tests/test_tag_manager.nim"