Run tests against installed rgbds, not on built binaries #1612
Open
Description
In the CI we're setting up to package for Debian, we need to run the tests against the installed package, not on the built executable, so "run-tests.sh" fails because it checks for the compiled binaries in the parent directory (
Line 38 in 727c1f5
We could add a flag that runs "run-tests" expecting the executables to be found in the path, without checking for the built binaries..