aboutsummaryrefslogtreecommitdiffstats
path: root/test_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_gen.c')
-rw-r--r--test_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_gen.c b/test_gen.c
index 0687146..7b36afc 100644
--- a/test_gen.c
+++ b/test_gen.c
@@ -148,7 +148,7 @@ static void generate_simple(FILE *out, enum fmt fmt)
sign = islower(fi->fmt);
- fprintf(out, "TEST(%s)\n", cname(fi->type));
+ fprintf(out, "TEST(%s, \"simple unpack %s\")\n", cname(fi->type), fi->type);
fprintf(out, "{\n");
fprintf(out, "\t%s v[1] = { __LINE__ };\n", fi->type);
for (size_t e = 0; e < sizeof endian / sizeof endian[0]; e++) {