change JerryScript test case

This commit is contained in:
wgzAIIT
2023-11-20 09:02:11 +08:00
parent ba81c73a06
commit d1d846184b
7 changed files with 35 additions and 304 deletions

View File

@@ -15,6 +15,6 @@ ifeq ($(CONFIG_BOARD_EDU_ARM32_EVB),y)
SRC_FILES += mcu/hc32f4a0/setjmp.S
endif
SRC_FILES += jerry_port.c jerry_main.c jerry_test.c
SRC_FILES += jerry_port.c jerry_main.c
include $(KERNEL_ROOT)/compiler.mk