From 7c41688261d3fab47b4b4ae453c2255fa9e0c171 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 3 Mar 2022 17:41:54 -0800 Subject: [PATCH] makefile: Report testing arguments at build startup --- makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 2baa5453..154ae9bd 100644 --- a/makefile +++ b/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))