aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.rs
Commit message (Collapse)AuthorAge
* Document and test empty Git versionsRobin Krahl2019-01-16
| | | | | If libnitrokey has not been built from a clone of the Git repository, the Git version string may be empty.
* Add the get_library_version functionRobin Krahl2019-01-11
This patch adds the get_library_version function to the main library module that queries and returns the libnitrokey version. As the version fields are static values, we fetch them all at the same time and do not provide getters for the individual fields.