[PATCH 0/6] Tidy up fwts_framework, use stronger typing

Colin King colin.king at canonical.com
Wed Nov 21 16:24:39 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

There are a bunch of fields in the fwts framework that could do
with some stronger typing rather than some loose and sloppy int types
and #defines. 

Colin Ian King (6):
  lib: fwts_framework: make framework magic id into a uint32_t
  lib: fwts_framework: failed_level should be type fwts_log_level
  lib: fwts_framework: show_progress flag should be a bool
  lib: fwts_framework: print_summary should be a bool
  lib: fwts_framework: use fwts_framework_flags instead of int
  lib: fwts_framework: make test priority a strongly typed enum

 src/lib/include/fwts_framework.h |   34 ++++++++++++++++++----------------
 src/lib/src/fwts_framework.c     |   10 +++++-----
 2 files changed, 23 insertions(+), 21 deletions(-)

-- 
1.7.10.4




More information about the fwts-devel mailing list