mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
makefile: Report testing arguments at build startup
This commit is contained in:
parent
92415062b5
commit
7c41688261
6
makefile
6
makefile
@ -186,7 +186,11 @@ find_include = $(abspath $(strip $(firstword $(foreach dir,$(strip ${INCPATH}),$
|
||||
ifneq (3,${SIM_MAJOR})
|
||||
ifneq (0,$(TESTS))
|
||||
find_test = RegisterSanityCheck $(abspath $(wildcard $(1)/tests/$(2)_test.ini)) </dev/null
|
||||
TESTING_FEATURES = - Per simulator tests will be run
|
||||
ifneq (,${TEST_ARG})
|
||||
TESTING_FEATURES = - Per simulator tests will be run with argument: ${TEST_ARG}
|
||||
else
|
||||
TESTING_FEATURES = - Per simulator tests will be run
|
||||
endif
|
||||
else
|
||||
TESTING_FEATURES = - Per simulator tests will be skipped
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user