thin-provisioning-tools/functional-tests/run-tests.scm
Joe Thornber 3e5de399a7 [functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
2020-04-30 12:07:42 +01:00

13 lines
215 B
Scheme

(import (rnrs)
(test-runner)
(cache-functional-tests)
(era-functional-tests)
(thin-functional-tests))
(register-thin-tests)
(register-cache-tests)
(register-era-tests)
(run-tests)