[functional-tests] Scheme interface to the block cache.

This commit is contained in:
Joe Thornber
2017-09-07 15:40:25 +01:00
parent 7825380ffe
commit 6a054e35df
3 changed files with 146 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
#! /usr/bin/scheme-script
(import (rnrs)
(only (chezscheme) load-shared-object)
(fmt fmt)
(list-utils)
(functional-tests)
(bcache bcache-tests)
(cache-functional-tests)
(era-functional-tests)
(parser-combinators)
@@ -169,9 +171,12 @@
;;------------------------------------------------
(load-shared-object "./bcache/bcache.so")
(register-thin-tests)
(register-cache-tests)
(register-era-tests)
(register-bcache-tests)
(with-dir "test-output"
((parse-command-line)))