Tests and documentation for base64.

This commit is contained in:
EinMByte 2015-07-22 16:43:11 +02:00
parent 53053105c9
commit 28a4f4173d
5 changed files with 72 additions and 35 deletions

View file

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