If I do a build of the system with all default set and then try to run tests, the default tests do not find the tidy binary in the correct place.
testone.sh: Can NOT locate binary '../build/cmake/tidy5'!
testone.sh: Fix me with the correct location of the binary to run.
however the build with all defaults set creates ../build/cmake/tidy , not ../build/cmake/tidy5 .
Further there is no way to run that testone.sh script and override the location of the binary without editing the script.