Hi,

I've a given Makefile which is required to be called with
make -f Makefile-unittests test.

When doing this the build for unit tests is done.
Still I have to call the application to run the test.

The application itself is build with
make -f Makefile

Now, what I'm searching for is how to build both
by the application Makefile that way that:

a) The application build fails when the build of the tests fails.
b) The application build fails when the run of the tests has faild.

Could you please provide help, hints or links to this?

Kind Regards,
Thomas


_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to