test(tvix/glue/known_paths): add tests

Change-Id: I02dc891c49ed650c66c403107767b11b6d5e2734
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10949
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Peter Kolloch <info@eigenvalue.net>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-02-17 13:10:13 +07:00 committed by flokli
parent 8cd93f3db5
commit 44624284fd
5 changed files with 104 additions and 0 deletions

View file

@ -24,6 +24,7 @@ git = "https://github.com/tvlfyi/wu-manber.git"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
hex-literal = "0.4.1"
lazy_static = "1.4.0"
pretty_assertions = "1.4.0"
rstest = "0.18.2"