Skip to content

Commit 27a4ce5

Browse files
updating Makefile for testfile
1 parent 040899a commit 27a4ce5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ TEST_TARGET = $(BIN_DIR)/$(TEST_NAME)
9494

9595
# All tests sources (keep in alphabetical order)
9696
TEST_SRCS = $(addprefix $(TEST_SRC_DIR)/, \
97-
http_response_unittest.cpp \
98-
router_unittest.cpp \
99-
main.cpp \
97+
error_handler_unittest.cpp \
98+
http_response_unittest.cpp \
99+
router_unittest.cpp \
100+
main.cpp \
100101
)
101102

102103
TEST_CPPS = $(filter %.cpp,$(TEST_SRCS))

0 commit comments

Comments
 (0)