Modify test target and add build instructions to readme

This commit is contained in:
2020-11-02 22:31:19 +01:00
parent 2035cf0ad8
commit 5aa063cafd
2 changed files with 7 additions and 2 deletions

View File

@@ -7,3 +7,8 @@ If it is set, the lookup table will be moved to the section specified by the def
``#define BASE64_LOOKUP_TABLE_SECTION ".bss"``
This project is licensed under GPLv2.
## Build Instructions
* Type ``make`` to build the static library object.
* Type ``make execute-base64-test`` to build and run the tests