Skip to content

Commit 628ee12

Browse files
committed
Update makefile to add new folder in test
1 parent e4c3e15 commit 628ee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INCLUDE=-I./include/
77
TARGET := collaborative_text_editor collaborative_text_editor_test
88

99
SOURCE := ./src/crdt/*.cpp ./src/editor/*.cpp ./src/exceptions/*.cpp ./src/networking/*.cpp ./src/version_vector/*.cpp src/ApplicationController.cpp
10-
TEST_SOURCE := ./tst/*.cpp
10+
TEST_SOURCE := ./tst/*.cpp ./tst/mock_models/*.cpp
1111

1212
all: $(TARGET)
1313

0 commit comments

Comments
 (0)