ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools (ZOT) repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 26 forks source link

zopen-build: consider adding support for INSTALL_CHECK #598

Open IgorTodorovskiIBM opened 7 months ago

IgorTodorovskiIBM commented 7 months ago

Quite a few projects support running tests from the installed location via the make target. Running this verifies that the installation completed correctly.

It can be run as follows after make install

make installcheck

And we should have a builtin check to ensure that the number of failures does not exceed the number of failures from make check

The current project I'm looking at that that has this target is patch.