add assert_cmd to test binaries

This commit is contained in:
tahahawa
2025-04-11 17:03:09 -04:00
committed by taha
parent 83355e140a
commit 49b39f403b
3 changed files with 93 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ harmony_macros = { path = "../../harmony_macros" }
log = { workspace = true }
env_logger = { workspace = true }
url = { workspace = true }
assert_cmd = "2.0.16"