@@ -15,7 +15,7 @@ PARROT_LIBRARY_DIR = $(PARROT_LIB_DIR)/library
15
15
NQP_LANG_DIR = $(PARROT_LIB_DIR)/languages/nqp
16
16
HAS_ICU = @has_icu@
17
17
BAT = @bat@
18
- NQP_LAUNCHER = ./nqp
18
+ P_RUNNER = ./nqp-p
19
19
20
20
PARROT_BUILD_DIR = gen/parrot
21
21
@@ -474,7 +474,7 @@ P_CLEANUPS = \
474
474
src/vm/parrot/6model/reprs/*$(O) \
475
475
src/vm/parrot/6model/reprs/*.pdb \
476
476
477
- p-all: $(PARROT_BUILD_DIR)/$(NQP_EXE) $(P5QREGEX_PBC) $(NQP_LAUNCHER )$(BAT)
477
+ p-all: $(PARROT_BUILD_DIR)/$(NQP_EXE) $(P5QREGEX_PBC) $(P_RUNNER )$(BAT)
478
478
479
479
p-install: p-base-install p-exec-install
480
480
@@ -695,9 +695,9 @@ $(ALL_PBCS): $(STAGE2_PBCS)
695
695
$(CP) $(P_STAGE2)/$(P6QREGEX_PBC) $(PARROT_BUILD_DIR)
696
696
$(CP) $(P_STAGE2)/$(NQP_PBC) $(PARROT_BUILD_DIR)
697
697
698
- $(NQP_LAUNCHER )$(BAT): $(PARROT_BUILD_DIR)/$(NQP_EXE) gen/parrot/nqp_launcher
699
- $(CP) gen/parrot/nqp_launcher $(NQP_LAUNCHER )$(BAT)
700
- $(CHMOD) 755 $(NQP_LAUNCHER )$(BAT)
698
+ $(P_RUNNER )$(BAT): $(PARROT_BUILD_DIR)/$(NQP_EXE) gen/parrot/nqp_launcher
699
+ $(CP) gen/parrot/nqp_launcher $(P_RUNNER )$(BAT)
700
+ $(CHMOD) 755 $(P_RUNNER )$(BAT)
701
701
702
702
$(PARROT_BUILD_DIR)/$(NQP_EXE): $(PARROT_BUILD_DIR)/$(NQP_PBC) $(PARROT_DLL_COPY)
703
703
cd $(PARROT_BUILD_DIR) && $(PBC_TO_EXE) -o$(NQP_EXE) $(NQP_PBC)
@@ -1035,22 +1035,22 @@ t/*/*.t: p-all
1035
1035
prove -r -v --exec $(PARROT_BUILD_DIR)/$(NQP_EXE) $@
1036
1036
1037
1037
p-test: p-all
1038
- prove -r --exec "$(NQP_LAUNCHER ) --vmlibs=nqp_dyncall_ops" t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization t/nativecall
1038
+ prove -r --exec "$(P_RUNNER ) --vmlibs=nqp_dyncall_ops" t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization t/nativecall
1039
1039
1040
1040
p-test-loud: p-all
1041
- prove -r -v --exec "$(NQP_LAUNCHER ) --vmlibs=nqp_dyncall_ops" t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization t/nativecall
1041
+ prove -r -v --exec "$(P_RUNNER ) --vmlibs=nqp_dyncall_ops" t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization t/nativecall
1042
1042
1043
- p-core-test: $(NQP_LAUNCHER )$(BAT)
1043
+ p-core-test: $(P_RUNNER )$(BAT)
1044
1044
prove -r --exec $(PARROT_BUILD_DIR)/$(NQP_EXE) t/nqp t/parrot
1045
1045
1046
- p-core-test-loud: $(NQP_LAUNCHER )$(BAT)
1047
- prove -r -v --exec $(NQP_LAUNCHER ) t/nqp t/parrot
1046
+ p-core-test-loud: $(P_RUNNER )$(BAT)
1047
+ prove -r -v --exec $(P_RUNNER ) t/nqp t/parrot
1048
1048
1049
- p-qregex-test: $(NQP_LAUNCHER )$(BAT)
1050
- prove -r --exec $(NQP_LAUNCHER ) t/qregex
1049
+ p-qregex-test: $(P_RUNNER )$(BAT)
1050
+ prove -r --exec $(P_RUNNER ) t/qregex
1051
1051
1052
- p-qregex-test-loud: $(NQP_LAUNCHER )$(BAT)
1053
- prove -r -v --exec $(NQP_LAUNCHER ) t/qregex
1052
+ p-qregex-test-loud: $(P_RUNNER )$(BAT)
1053
+ prove -r -v --exec $(P_RUNNER ) t/qregex
1054
1054
1055
1055
## cleaning
1056
1056
0 commit comments