Skip to content

Commit

Permalink
Update tests makefile for new src location
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Sep 7, 2015
1 parent 5ace47b commit c1d327c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Makefile
Expand Up @@ -4,9 +4,9 @@ TEST_SRC=$(wildcard ${SRC_PATH}/*_spec.cpp)
TEST_BIN= $(TEST_SRC:${SRC_PATH}/%.cpp=${OUT_PATH}/%)
VPATH=${SRC_PATH}
SHIM_FILES=${SRC_PATH}/lib/*.cpp
PSC_FILE=../PubSubClient/src/PubSubClient.cpp
PSC_FILE=../src/PubSubClient.cpp
CC=g++
CFLAGS=-I${SRC_PATH}/lib -I../PubSubClient/src
CFLAGS=-I${SRC_PATH}/lib -I../src

all: $(TEST_BIN)

Expand Down

0 comments on commit c1d327c

Please sign in to comment.