Make d8 tests optional.

This commit is contained in:
Brad Nelson
2022-07-18 10:04:42 -07:00
parent de99bf9f84
commit ab39e3275f

View File

@ -129,9 +129,10 @@ else
$(warning "Missing some platforms skipping deployment build.") $(warning "Missing some platforms skipping deployment build.")
endif endif
WEB_D8_TESTS =
# Decide if we have d8. # Decide if we have d8.
ifneq ("", $(D8)) ifneq ("", $(D8))
TESTS += web_tests WEB_D8_TESTS += sanity_test_web
endif endif
all: targets tests $(DEPLOY_TARGETS) all: targets tests $(DEPLOY_TARGETS)
@ -148,7 +149,7 @@ clean:
posix_tests: unit_tests_posix see_all_test_posix save_restore_test posix_tests: unit_tests_posix see_all_test_posix save_restore_test
win32_tests: unit_tests_win32 win32_tests: unit_tests_win32
win64_tests: unit_tests_win64 win64_tests: unit_tests_win64
web_tests: sanity_test_web web_tests: $(WEB_D8_TESTS)
esp32_tests: esp32_tests:
esp32_sim_tests: unit_tests_esp32_sim see_all_test_esp32_sim sizes esp32_sim_tests: unit_tests_esp32_sim see_all_test_esp32_sim sizes