Skip to content

Commit 0055bf5

Browse files
committed
Add t/hll tests to moar and jvm backends
Most of t/hll is skipped anyway right now, but there are some bits that can run on all the backends, so we should run them.
1 parent 340eaeb commit 0055bf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/build/Makefile-JVM.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ j-bootstrap-files: $(J_STAGE2_OUTPUT)
291291
## testing
292292

293293
j-test: j-all
294-
prove -r --exec .@slash@$(J_RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
294+
prove -r --exec .@slash@$(J_RUNNER) t/nqp t/hll t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
295295

296296
j-test-loud: j-all
297-
prove -r -v --exec .@slash@$(J_RUNNER) t/nqp t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
297+
prove -r -v --exec .@slash@$(J_RUNNER) t/nqp t/hll t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
298298

299299
j-core-test: $(J_RUNNER)
300300
prove -r --exec .@slash@$(J_RUNNER) t/nqp

tools/build/Makefile-Moar.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ m-bootstrap-files: $(M_STAGE2_OUTPUT)
261261
## testing
262262

263263
m-test: m-all
264-
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall
264+
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall
265265

266266
m-test-loud: m-all
267-
prove -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall
267+
prove -r -v --exec ".@slash@$(M_RUNNER)" t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall
268268

269269
m-core-test: $(M_RUNNER)
270270
prove -r --exec ".@slash@$(M_RUNNER)" t/nqp

0 commit comments

Comments
 (0)