Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Always provide eval-client.pl -- not only with 'make j-coretest'
  • Loading branch information
usev6 committed Nov 14, 2015
1 parent e51aaff commit ca1d0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile-JVM.in
Expand Up @@ -245,7 +245,7 @@ J_CLEANUPS = \
J_HARNESS_WITH_FUDGE = $(PERL) t/harness --fudge --keep-exit-code --jvm
J_HARNESS = $(PERL) t/harness --jvm

j-all: $(PERL6_JAR) $(SETTING_JAR) $(J_RUNNER) lib/Test.pm.jar lib/lib.pm6.jar lib/Pod/To/Text.pm.jar lib/newline.pm6.jar \
j-all: $(PERL6_JAR) $(SETTING_JAR) $(J_RUNNER) eval-client.pl lib/Test.pm.jar lib/lib.pm6.jar lib/Pod/To/Text.pm.jar lib/newline.pm6.jar \
lib/NativeCall.pm.jar lib/NativeCall/Types.pm.jar lib/NativeCall/Compiler/GNU.pm.jar lib/NativeCall/Compiler/MSVC.pm.jar $(PERL6_DEBUG_JAR) $(J_DEBUG_RUNNER)

$(RUNTIME_JAR): $(RUNTIME_JAVAS)
Expand Down Expand Up @@ -356,7 +356,7 @@ j-test : j-coretest

j-fulltest: j-coretest j-stresstest

j-coretest: j-all eval-client.pl
j-coretest: j-all
$(J_HARNESS) t/01-sanity t/03-jvm t/04-nativecall

# Run the spectests that we know work.
Expand Down

0 comments on commit ca1d0cf

Please sign in to comment.