Skip to content

Commit

Permalink
Fix <backend>_HARNESS_TYPE not been set
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Sep 9, 2019
1 parent a69fdc4 commit 6c1af04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tools/templates/Makefile-backend-common.in
Expand Up @@ -94,6 +94,9 @@

@bpv(HARNESS5)@ = $(PERL5) @nfp(t/harness5)@ --@backend@
@bpv(HARNESS5_WITH_FUDGE)@ = @bpm(HARNESS5)@ --fudge --keep-exit-code
@make_pp_pfx@ifndef @bpv(HARNESS_TYPE)@
@bpv(HARNESS_TYPE)@ = $(HARNESS_TYPE)
@make_pp_pfx@endif

# --- Utility targets ---

Expand Down
2 changes: 1 addition & 1 deletion tools/templates/moar/Makefile.in
Expand Up @@ -77,7 +77,7 @@ R_SETTING_MOAR = RESTRICTED.setting.moarvm

@bpv(NQP_FLAGS_EXTRA)@ = --vmlibs=@bpm(PERL6_OPS_DLL)@=Rakudo_ops_init

@bpv(HARNESS_TYPE)@ = $(HARNESS_TYPE)
#@bpv(HARNESS_TYPE)@ = $(HARNESS_TYPE)

@bpv(HARNESS6)@ = @nfp(./@bpm(RUNNER)@)@ -Ilib @nfp(t/harness6)@
@bpv(HARNESS6_WITH_FUDGE)@ = @bpm(HARNESS6)@ --fudge
Expand Down

0 comments on commit 6c1af04

Please sign in to comment.