diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Fri May 16 14:25:22 2008 Tanaka Akira <akr@fsij.org> + + * Makefile.in (test-rubyspec): use RUNRUBY. suggested by nobu. + Fri May 16 13:01:43 2008 Tanaka Akira <akr@fsij.org> * Makefile.in (update-rubyspec): new target to download rubyspec. diff --git a/Makefile.in b/Makefile.in index 9de43439e4..a0af4c8744 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,7 +196,7 @@ update-rubyspec: git clone $(RUBYSPEC_GIT_URL) rubyspec/spec/rubyspec; \ fi -# currently this doesn't work before install. test-rubyspec: @if [ ! -d rubyspec ]; then echo No rubyspec here. make update-rubyspec first.; exit 1; fi - ./$(PROGRAM) rubyspec/mspec/bin/mspec -t ./$(PROGRAM) rubyspec/spec/rubyspec/1.8 + $(RUNRUBY) rubyspec/mspec/bin/mspec -r$(srcdir)/ext/purelib.rb rubyspec/spec/rubyspec/$(MAJOR).$(MINOR) + |
