From 3e5ef9e181084cc88ef59811e6eba1d7d82ba4cf Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sun, 22 Oct 2017 09:02:41 +0200 Subject: Use hand-inserted version. Remove one Git pass. Full version name should consist of official version and Git one Git describe should never fail with --always switch Add more build specific information Save compilation definitions and flags Move getting information to the end of CMakeLists.txt Use configuration over definitions Proper implementation in C API for getting version Test case for getting version. Working configure file Signed-off-by: Szczepan Zalega --- unittest/test_C_API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittest/test_C_API.cpp') diff --git a/unittest/test_C_API.cpp b/unittest/test_C_API.cpp index 160145b..a351139 100644 --- a/unittest/test_C_API.cpp +++ b/unittest/test_C_API.cpp @@ -31,4 +31,4 @@ TEST_CASE("Check long strings", "[STANDARD]") { result = NK_change_user_PIN(pin, longPin); REQUIRE(result == TOO_LONG_STRING); CAPTURE(result); -} \ No newline at end of file +} -- cgit v1.2.3