When doing "the obvious" thing of building and running tests with
cmake .. && make && make test, the test-script ends up being run
in a subdirectory of build/, and won't find the a2idtext executable.
The script supports passing in a path to the executable. Do so.