From 080cd6ed7f067068ddbbc26aa7a9e22596e76e8b Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 26 Apr 2012 14:05:57 +0200 Subject: [PATCH] add the build version to the struct in the test --- tests/test_args_to_config.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5