YB_Platform/public/make/makefile.test_osp

25 lines
883 B
Plaintext
Raw Normal View History

2023-07-13 11:27:03 +08:00
# ==============================================================================
# test makefile
#FileName makefile.test
#Author: xianfeng.du
#Data 2022-10-19
#Description: test sublevel makefile
# ==============================================================================
VERSION = 1.00
# ==============================================================================
# files DIR definition
# ==============================================================================
2023-09-26 16:46:56 +08:00
TEST_TARGET := osp
DIR_TEST_BENCH := $(DIR_TEST)/testbench/$(TEST_TARGET)
TEST_CASE_DIR := $(DIR_TEST)/testcases/case$(test_id)/$(TEST_TARGET)
$(info "OSP_TEST_CASE_DIR=" $(TEST_CASE_DIR))
2023-07-13 11:27:03 +08:00
DIRS_SRC_FOLDER += $(DIR_TEST_BENCH)
DIRS_SRC_FOLDER += $(TEST_CASE_DIR)
# Allow certain files to be excluded from the build
#EXCL_SRCS_FILES += $(TOP_SRC_FILE)