mochi-hpc-experiments / mochi-tests

Test cases for the Mochi project.
Other
0 stars 6 forks source link

make silently does nothing if dependencies aren't present #23

Open carns opened 3 years ago

carns commented 3 years ago

The current makefile includes logic to only build benchmarks for which the dependencies have been met (so that it isn't necessary to build so many mochi packages if you just want to test one thing). It doesn't catch the case in which none of the available benchmarks can be built, however; it just silently does nothing at make time.

The autoconf script should produce an error if no conditions for building a benchmark have been met.