mirror of
https://github.com/vacp2p/mix.git
synced 2026-01-09 22:18:09 -05:00
add mix_node
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user