From 17eae08c5e901e94a91e1c36ca56f090aaf58ddf Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 17 Apr 2019 21:25:25 +0100 Subject: [PATCH] Test build fixes. --- test/unit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/Makefile b/test/unit/Makefile index 26934323..db25ccba 100644 --- a/test/unit/Makefile +++ b/test/unit/Makefile @@ -2,7 +2,7 @@ include ../../config.mk .PHONY: all test test-broker test-lib clean coverage -CFLAGS=-I../.. -I../../lib -I../../src -coverage -Wall -ggdb +CFLAGS=-I../.. -I../../lib -I../../src -I../../src/deps -coverage -Wall -ggdb TEST_LDFLAGS=-lcunit -coverage TEST_OBJS = test.o \