File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ script: "make -j VERBOSE=1 NINJA=1 $TARGET"
15
15
16
16
env :
17
17
- TARGET="check-signed-off check-vera check-cppcheck"
18
- - TARGET="build.linux test-js-precommit "
19
- - TARGET="build.linux test-js-precommit " TOOLCHAIN=build/configs/toolchain_linux_armv7l-hf.cmake TIMEOUT=300
18
+ - TARGET="build.linux test-js"
19
+ - TARGET="build.linux test-js" TOOLCHAIN=build/configs/toolchain_linux_armv7l-hf.cmake TIMEOUT=300
20
20
- TARGET=test-buildoptions
21
21
- TARGET=test-unit
22
22
23
23
matrix :
24
24
include :
25
25
- os : osx
26
- env : TARGET="build.darwin test-js-precommit "
26
+ env : TARGET="build.darwin test-js"
27
27
- os : osx
28
28
env : TARGET=test-unit
29
29
allow_failures :
Original file line number Diff line number Diff line change @@ -364,12 +364,6 @@ test-js: \
364
364
$(foreach __SUITE,$(JERRY_TEST_SUITE_JTS_CP), \
365
365
test-js.$(__TARGET ) .$(firstword $(subst :, ,$(__SUITE ) ))))
366
366
367
- .PHONY : test-js-precommit
368
- test-js-precommit : \
369
- $(foreach __TARGET,$(JERRY_TEST_TARGETS), \
370
- $(foreach __SUITE,$(JERRY_TEST_SUITE_J) $(JERRY_TEST_SUITE_JTS_PREC), \
371
- test-js.$(__TARGET ) .$(firstword $(subst :, ,$(__SUITE ) ))))
372
-
373
367
.PHONY : test-buildoptions
374
368
test-buildoptions : \
375
369
$(foreach __TARGET,$(JERRY_BUILD_OPTIONS_TEST_TARGETS_NATIVE), \
@@ -386,7 +380,7 @@ precommit: prerequisites
386
380
$(Q ) echo " ...building and running unit tests..."
387
381
$(Q ) +$(MAKE ) --no-print-directory test-unit
388
382
$(Q ) echo " ...running precommit JS tests..."
389
- $(Q ) +$(MAKE ) --no-print-directory test-js-precommit
383
+ $(Q ) +$(MAKE ) --no-print-directory test-js
390
384
$(Q ) echo " ...SUCCESS"
391
385
392
386
# Targets to install and clean prerequisites
You can’t perform that action at this time.
0 commit comments