test-utils/test-utils.egg

29 lines
934 B
Scheme

;; test-utils.egg -*- Scheme -*-
((synopsis "Test Utilities (for test egg)")
(version "1.1.1")
(license "BSD")
(category testing)
(author "Kon Lovett")
(dependencies test)
(test-dependencies test)
(components
(extension test-utils.run
(types-file)
(csc-options
"-O3" "-d1" "-strict-types"
"-no-procedure-checks-for-usual-bindings"
"-no-procedure-checks-for-toplevel-bindings") )
;FIXME Error: cannot load extension: test-utils.gloss.basic
(extension test-utils.gloss
(modules test-utils.gloss
test-utils.gloss.support test-utils.gloss.basic test-utils.gloss.format)
(types-file)
(csc-options
;#; ;single-thread; no threaded test-group(s)
"-Duse-variable"
#; ;when threaded test-group(s)
"-Duse-parameter"
"-O3" "-d1" "-strict-types"
"-no-procedure-checks-for-usual-bindings"
"-no-procedure-checks-for-toplevel-bindings") ) ) )