diff options
author | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:13:04 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan.zalega@gmail.com> | 2016-03-05 14:55:50 +0100 |
commit | 7eb19add920b2e4d2bd9818cdfa3336ffc55e129 (patch) | |
tree | 89e937322bf3e90c74c7da2107275eadb18132c8 /unittest/Makefile | |
parent | 1a0d7e7d1a382d6e5797f588457b6cb0934e9219 (diff) | |
download | libnitrokey-7eb19add920b2e4d2bd9818cdfa3336ffc55e129.tar.gz libnitrokey-7eb19add920b2e4d2bd9818cdfa3336ffc55e129.tar.bz2 |
adding first unit tests
Diffstat (limited to 'unittest/Makefile')
-rw-r--r-- | unittest/Makefile | 2 |
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 |