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
Ideally CI should test the the install and uninstall targets work.
A minimal start would be to install + uninstall and require that there are no errors.
I think this involves extending .github/workflows/autotools.yml with the extra steps.
Next level would be to check that certain files are installed. e.g. by successfully compiling a little .c program that includes all of the expected includes. Testing uninstall could then check that the compilation fails after uninstall.
…tall targets (#958)
Run `make install` then build and run a simple initialize/terminate program. Then run `make uninstall` and check that building the test program again fails. wip for #957
Ideally CI should test the the install and uninstall targets work.
A minimal start would be to install + uninstall and require that there are no errors.
I think this involves extending
.github/workflows/autotools.yml
with the extra steps.Next level would be to check that certain files are installed. e.g. by successfully compiling a little .c program that includes all of the expected includes. Testing uninstall could then check that the compilation fails after uninstall.
Raised by #956
The text was updated successfully, but these errors were encountered: