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

Fix build configuration to properly build test_libpluto and unit_tests #87

Open
bondhugula opened this issue Oct 31, 2021 · 0 comments
Open
Assignees

Comments

@bondhugula
Copy link
Owner

bondhugula commented Oct 31, 2021

Fix build configuration to properly build test_libpluto and unit_tests. unit_tests isn't cleaned on a make clean and both binaries aren't built the proper way via automake but via custom patch work to the top level Makefile.am.

A make at the top level doesn't build test_libpluto and make test_libpluto before doing a make to build pluto would fail. make pluto test_libpluto would also fail since the latter's dependency isn't properly setup.

This in turn forces the github CI to first run make followed by make test_libpluto and make unit_tests.

@bondhugula bondhugula self-assigned this Oct 31, 2021
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