Skip to content

Commit c1d327c

Browse files
committed
Update tests makefile for new src location
1 parent 5ace47b commit c1d327c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ TEST_SRC=$(wildcard ${SRC_PATH}/*_spec.cpp)
44
TEST_BIN= $(TEST_SRC:${SRC_PATH}/%.cpp=${OUT_PATH}/%)
55
VPATH=${SRC_PATH}
66
SHIM_FILES=${SRC_PATH}/lib/*.cpp
7-
PSC_FILE=../PubSubClient/src/PubSubClient.cpp
7+
PSC_FILE=../src/PubSubClient.cpp
88
CC=g++
9-
CFLAGS=-I${SRC_PATH}/lib -I../PubSubClient/src
9+
CFLAGS=-I${SRC_PATH}/lib -I../src
1010

1111
all: $(TEST_BIN)
1212

0 commit comments

Comments
 (0)