The current githook is from when we only had one test executable (runTests).
We need to update it now that we have multiple test executables. We can either list them all (which will require updating the githook every time a new test executable is added) or create a master test executable and just run that in the githook.
The current githook is from when we only had one test executable (runTests). We need to update it now that we have multiple test executables. We can either list them all (which will require updating the githook every time a new test executable is added) or create a master test executable and just run that in the githook.