Test_* functions return error message for report.xml

This commit is contained in:
Thomas Bernard
2020-02-17 00:38:52 +01:00
parent 4eee27953c
commit 0a3c608059
6 changed files with 85 additions and 67 deletions

View File

@@ -22,7 +22,9 @@
#ifndef TESTS_H_INCLUDED
#define TESTS_H_INCLUDED
#define TEST(func) int Test_ ## func (void);
#define ERRMSG_LENGTH (256)
#define TEST(func) int Test_ ## func (char *);
#include "testlist.h"
#undef TEST