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

Do not ship/install "test_all" #679

Open
paravoid opened this issue Feb 11, 2023 · 0 comments
Open

Do not ship/install "test_all" #679

paravoid opened this issue Feb 11, 2023 · 0 comments

Comments

@paravoid
Copy link
Contributor

The "test_all" binary is being shipped when one runs "make install". The issue is that it's configured in automake as a binary, rather than as a check. The fix is pretty trivial: in src/Makefile.am, one can do:

-bin_PROGRAMS = test_all
+check_PROGRAMS = test_all

(I do not consider the above contribution as copyrightable. No, I'm not going to sign a CLA or any other kind of agreement or contract with Twitter under any terms, hence no PR.)

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

No branches or pull requests

1 participant