testless distcheck
We need a way to have all tests disabled for a testless distcheck. Having gtests disabled only excludes the C++ tests from running. Shell tests and this one python test shell_unittest.py.in
still run on make check
in that case. One way to solve this is to disable all tests when gtests are disabled.