During review of the addition of waycheck, it was pointed out that there could be problems due to ZUC_TEST_F() creating an input parameter with a hidden implicit name. This change addresses that by making the name of the passed in parameter a required third input on the ZUC_TEST_F() macro.
Jon A. Cruz (1): zunitc: made name of test fixture parameter explicit. tests/config-parser-test.c | 42 +++++++++++++++++++-------------------- tools/zunitc/inc/zunitc/zunitc.h | 25 ++++++++++++++++++----- tools/zunitc/test/fixtures_test.c | 6 +++--- tools/zunitc/test/zunitc_test.c | 6 +++--- 4 files changed, 47 insertions(+), 32 deletions(-) -- 2.1.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
