Hi,
the attached patch for the `test` egg adds the documented parameters
`current-test-filters` and `current-test-group-filters` to the module's
exports list.
Cheers
Moritz
Index: test.scm
===================================================================
--- test.scm (revision 44933)
+++ test.scm (working copy)
@@ -9,6 +9,7 @@
test-begin test-end test-syntax-error test-info
test-vars test-run test-exit
current-test-verbosity current-test-epsilon current-test-comparator
+ current-test-filters current-test-group-filters
current-test-applier current-test-handler current-test-skipper
current-test-group-reporter test-failure-count test-total-count)
(import scheme chicken.base)