base-hw scheduler test: rename test.cc main.cc

Ref #4151
Ref #4710
This commit is contained in:
Martin Stein 2023-01-10 11:42:04 +01:00 committed by Christian Helmuth
parent 20fea7fdd2
commit f60a004cff
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
#
TARGET = test-cpu_scheduler
SRC_CC = test.cc cpu_scheduler.cc
SRC_CC = main.cc cpu_scheduler.cc
INC_DIR += $(REP_DIR)/src/core $(REP_DIR)/src/include $(BASE_DIR)/src/include
LIBS = base
vpath test.cc $(PRG_DIR)
vpath main.cc $(PRG_DIR)
vpath %.cc $(REP_DIR)/src/core/kernel