1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 00:30:21 +02:00

Add GC benchmarks.

This commit is contained in:
Ludovic Courtès 2008-10-12 23:51:03 +02:00
parent 074f69cdf2
commit c38a561f73
5 changed files with 402 additions and 0 deletions

View file

@ -0,0 +1,9 @@
(set! %load-path (cons (string-append (getenv "HOME") "/src/guile")
%load-path))
(load "../test-suite/guile-test")
(main `("guile-test"
"--test-suite" ,(string-append (getenv "HOME")
"/src/guile/test-suite/tests")
"--log-file" ",,test-suite.log"))