mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 20:28:03 +02:00
tests: add TAP version line
Otherwise new versions of "meson test" will report a warning about every test. Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
This commit is contained in:
parent
75b3ecfcc3
commit
ec27b2a1d3
1 changed files with 1 additions and 0 deletions
|
|
@ -662,6 +662,7 @@ main(int argc, char *argv[])
|
|||
fi_end = fi + 1;
|
||||
}
|
||||
|
||||
printf("TAP version 13\n");
|
||||
tap_plan(&harness->data, fi_end - fi);
|
||||
testlog("Iterating through %d fixtures.\n", fi_end - fi);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue