Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtool makes unreliable executable names #65

Closed
philshafer opened this issue May 8, 2019 · 1 comment
Closed

libtool makes unreliable executable names #65

philshafer opened this issue May 8, 2019 · 1 comment
Assignees
Labels

Comments

@philshafer
Copy link

libtool makes executable names that are not reliable, causing "make test" to fail with issues like:

https://reviews.freebsd.org/D20188

The fix is to use xo_program() with the basename of argv[0] to ensure consistent output.

Thanks,
Phil

@philshafer philshafer self-assigned this May 8, 2019
@philshafer philshafer added the bug label May 8, 2019
@philshafer
Copy link
Author

xo_parse_args has been altered to notice the ".test" extention and remove it from binary names.

Thanks,
Phil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant