aboutsummaryrefslogtreecommitdiff
path: root/unittest/Makefile
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 14:13:04 +0100
committerSzczepan Zalega <szczepan.zalega@gmail.com>2016-03-05 14:55:50 +0100
commit7eb19add920b2e4d2bd9818cdfa3336ffc55e129 (patch)
tree89e937322bf3e90c74c7da2107275eadb18132c8 /unittest/Makefile
parent1a0d7e7d1a382d6e5797f588457b6cb0934e9219 (diff)
downloadlibnitrokey-7eb19add920b2e4d2bd9818cdfa3336ffc55e129.tar.gz
libnitrokey-7eb19add920b2e4d2bd9818cdfa3336ffc55e129.tar.bz2
adding first unit tests
Diffstat (limited to 'unittest/Makefile')
-rw-r--r--unittest/Makefile2
1 files changed, 1 insertions, 1 deletions
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