From: Klas Lindfors Date: Thu, 26 Apr 2012 12:05:57 +0000 (+0200) Subject: add the build version to the struct in the test X-Git-Tag: v1.7.0~1^2~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080cd6ed7f067068ddbbc26aa7a9e22596e76e8b;p=yubikey-personalization add the build version to the struct in the test --- diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 1af3bd0..170438a 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -47,6 +47,7 @@ struct ykp_config_t { unsigned int yk_major_version; unsigned int yk_minor_version; + unsigned int yk_build_version; unsigned int configuration_number; struct config_st *ykcore_config;