From 7eb19add920b2e4d2bd9818cdfa3336ffc55e129 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 5 Mar 2016 14:13:04 +0100 Subject: adding first unit tests --- unittest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/Makefile') diff --git a/unittest/Makefile b/unittest/Makefile index 145c738..7606c65 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -2,7 +2,7 @@ CC = $(PREFIX)-gcc CXX = $(PREFIX)-g++ LD = $(CXX) -INCLUDE = -I../include +INCLUDE = -I../include -ICatch/single_include/ LIB = -L../build LDLIBS = -lnitrokey BUILD = build -- cgit v1.2.1