From 7214e75b0b10b132e77bd45dcc29a47bbf490b59 Mon Sep 17 00:00:00 2001 From: Bernhard Schmalhofer Date: Mon, 13 Sep 2010 12:49:01 -0700 Subject: [PATCH] Fixed path to test scripts. --- docs/eclectus.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eclectus.pod b/docs/eclectus.pod index 70bc099..784d6cc 100644 --- a/docs/eclectus.pod +++ b/docs/eclectus.pod @@ -25,11 +25,11 @@ tweaked to emit TAP. Run individual test scripts with e.g.: - gosh -fcase-fold -I . -I riaxpander -l gauche/prelude.scm t/unary_primitives.t + gosh -fcase-fold -I . -I riaxpander -l gauche/prelude.scm t/scheme/unary_primitives.t Or use the Perl-Wrapper for selecting the appropriate program and options. - perl eclectus.pl t/unary_primitives.t + perl eclectus.pl t/scheme/unary_primitives.t As an intermediate result a PAST-Datastructure ist generated and saved as a file. This intermediate file can for example be executed with: