We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8cd92 commit 2e70caeCopy full SHA for 2e70cae
1 file changed
tests/Makefile
@@ -71,6 +71,10 @@ endif
71
TEST_FILES = $(wildcard $(TEST_DIR)/Test**.hpp)
72
TESTS ?= $(patsubst $(TEST_DIR)/Test%.hpp,%,$(TEST_FILES))
73
74
+ifeq ($(OUTPUT_INSTRUMENT),yes)
75
+ TESTS := $(filter-out Single%, $(TESTS))
76
+endif
77
+
78
# list all driver files and extract driver names
79
DRIVER_FILES = $(wildcard $(DRIVER_DIR)/Driver**.hpp)
80
DRIVERS ?= $(patsubst $(DRIVER_DIR)/Driver%.hpp,%,$(DRIVER_FILES))
0 commit comments