Fixed tests after introducing util/.

This commit is contained in:
EinMByte 2015-07-28 19:30:44 +02:00
parent 89d3d17b28
commit 9e5c33bce7
3 changed files with 5 additions and 5 deletions

View file

@ -28,4 +28,4 @@ LIB_SRC := $(COMMON_SRC) \
api.cpp
TESTS_SRC := $(COMMON_SRC) \
tests/Utility.cpp tests/Identity.cpp tests/Data.cpp
tests/Utility.cpp tests/Identity.cpp tests/Base64.cpp