Skip to content

Commit 5d3df01

Browse files
2.1.1. Added unit test to check that library works as expected
1 parent b8c7552 commit 5d3df01

File tree

4 files changed

+17777
-0
lines changed

4 files changed

+17777
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Documentation, including example snippets of C source code, can be found in
2727

2828
mapcode_library.doc (Microsoft Word format).
2929

30+
A unit test can be found in the unittest\ subdirectory.
31+
Compile and run unittest\unittest/c to see if the library performs as expected.
32+
3033
Also see www.mapcode.com for background and reference materials.
3134

3235
Note: this version may be restricted to a particular area of the Earth!
@@ -56,6 +59,11 @@ decode Mapcodes.
5659

5760
# Release Notes
5861

62+
* 2.1.1
63+
64+
Added unittest\*.* which can be compiled and executed to check
65+
if the mapcode library performs as expected.
66+
5967
* 2.1.0
6068

6169
Fixes floating point inaccuracy (prevent encode(decode(M)) != M

0 commit comments

Comments
 (0)