You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Fix build configuration to properly build
test_libpluto
andunit_tests
.unit_tests
isn't cleaned on amake 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 buildtest_libpluto
andmake test_libpluto
before doing amake
to buildpluto
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 bymake test_libpluto
andmake unit_tests
.The text was updated successfully, but these errors were encountered: