We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040899a commit 27a4ce5Copy full SHA for 27a4ce5
Makefile
@@ -94,9 +94,10 @@ TEST_TARGET = $(BIN_DIR)/$(TEST_NAME)
94
95
# All tests sources (keep in alphabetical order)
96
TEST_SRCS = $(addprefix $(TEST_SRC_DIR)/, \
97
- http_response_unittest.cpp \
98
- router_unittest.cpp \
99
- main.cpp \
+ error_handler_unittest.cpp \
+ http_response_unittest.cpp \
+ router_unittest.cpp \
100
+ main.cpp \
101
)
102
103
TEST_CPPS = $(filter %.cpp,$(TEST_SRCS))
0 commit comments