Skip to content

Commit

Permalink
Fixed path to test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 13, 2010
1 parent 8877c68 commit 7214e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/eclectus.pod
Expand Up @@ -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:
Expand Down

0 comments on commit 7214e75

Please sign in to comment.