Skip to content

Commit 292a4c1

Browse files
committed
Re-add Single* tests with output instrument.
1 parent 8e28ec1 commit 292a4c1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ endif
7171
TEST_FILES = $(wildcard $(TEST_DIR)/Test**.hpp)
7272
TESTS ?= $(patsubst $(TEST_DIR)/Test%.hpp,%,$(TEST_FILES))
7373

74-
ifeq ($(OUTPUT_INSTRUMENT),yes)
75-
TESTS := $(filter-out Single%, $(TESTS))
76-
endif
77-
7874
# list all driver files and extract driver names
7975
DRIVER_FILES = $(wildcard $(DRIVER_DIR)/Driver**.hpp)
8076
DRIVERS ?= $(patsubst $(DRIVER_DIR)/Driver%.hpp,%,$(DRIVER_FILES))

0 commit comments

Comments
 (0)