[functional-tests] port thin_metadata_unpack tests to Rust.

cargo test
This commit is contained in:
Joe Thornber
2020-08-05 10:00:44 +01:00
parent d2678fdf27
commit 904d9b0c84
4 changed files with 101 additions and 137 deletions

View File

@@ -1,10 +1,8 @@
(import (rnrs)
(test-runner)
(cache-functional-tests)
(era-functional-tests)
(thin-functional-tests))
(era-functional-tests))
(register-thin-tests)
(register-cache-tests)
(register-era-tests)