[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:
@@ -1,14 +1,4 @@
|
||||
#! /usr/bin/scheme-script
|
||||
#!/bin/sh
|
||||
|
||||
(import (rnrs)
|
||||
(test-runner)
|
||||
(cache-functional-tests)
|
||||
(era-functional-tests)
|
||||
(thin-functional-tests))
|
||||
|
||||
(register-thin-tests)
|
||||
(register-cache-tests)
|
||||
(register-era-tests)
|
||||
|
||||
(run-tests)
|
||||
scheme --libdirs . --program run-tests.scm $*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user