add mix_node

This commit is contained in:
akshaya
2024-10-13 22:40:05 -04:00
parent e1f40b4a60
commit a55e6a886f

View File

@@ -16,7 +16,9 @@ srcDir = "src"
task test, "Run the test suite":
exec "nim c -r tests/test_crypto.nim"
exec "nim c -r tests/test_curve25519.nim"
exec "nim c -r tests/test_mix_node.nim"
exec "nim c -r tests/test_pow.nim"
exec "nim c -r tests/test_serialization.nim"
exec "nim c -r tests/test_sphinx.nim"
exec "nim c -r tests/test_tag_manager.nim"
exec "nim c -r tests/test_tag_manager.nim"
exec "nim c -r tests/test_utils.nim"