[functional tests] Remove dependency on the ThunderChez library.
I've just moved the relevant code into the functional-tests dir.
This commit is contained in:
12
functional-tests/run-tests.scm
Normal file
12
functional-tests/run-tests.scm
Normal file
@@ -0,0 +1,12 @@
|
||||
(import (rnrs)
|
||||
(test-runner)
|
||||
(cache-functional-tests)
|
||||
(era-functional-tests)
|
||||
(thin-functional-tests))
|
||||
|
||||
(register-thin-tests)
|
||||
(register-cache-tests)
|
||||
(register-era-tests)
|
||||
|
||||
(run-tests)
|
||||
|
||||
Reference in New Issue
Block a user