YB_Platform/public/make/makefile.test_osp
xinxin.li a9180edc85 1.commit normalization drv version;
2.add ecpri code;
3.test case: case34,case44,case21(CPRI/JESD mode)
2023-09-22 19:47:02 +08:00

29 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ==============================================================================
# test makefile
#FileName makefile.test
#Author: xianfeng.du
#Data 2022-10-19
#Description: test sublevel makefile
# ==============================================================================
VERSION = 1.00
# ==============================================================================
# files DIR definition
# ==============================================================================
DIR_TEST_BENCH := $(DIR_TEST)/testbench_osp
#DIR_TEST_CASE := $(DIR_TEST)/testcase
#TEST_SRC_FILE := $(shell find $(DIR_TEST_CASE) -name "*.s.c")
#TEST_SRC_DIR := $(sort $(dir $(TEST_SRC_FILE)))
#TEST_CASE_DIR := $(patsubst %/src,%,$(abspath $(TEST_SRC_DIR)))
TEST_CASE_DIR := $(DIR_TEST)/testcase_osp/case$(test_id)
$(info "TEST_CASE_DIR=" $(TEST_CASE_DIR))
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)