Skip to content

Commit

Permalink
force test program name, since linux libtool prefixs "lt-"
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Shafer committed Jan 23, 2020
1 parent 910c3df commit 2eb8888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/test_12.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ main (int argc, char **argv)
xo_emit_flags_t flags = XOEF_RETAIN;
int opt_color = 1;

xo_set_program("test_12");

argc = xo_parse_args(argc, argv);
if (argc < 0)
return 1;
Expand Down

0 comments on commit 2eb8888

Please sign in to comment.