ctest fails if there are no tests
I guess ctest
starts to fail on projects without tests.
Previously:
[...]
Internal ctest changing into directory: /home/buildozer/aports/community/qt6-qttools/src/qttools-everywhere-src-6.7.2/build
Test project /home/buildozer/aports/community/qt6-qttools/src/qttools-everywhere-src-6.7.2/build
No tests were found!!!
>>> qt6-qttools: Entering fakeroot...
[...]
Now:
[...]
Internal ctest changing into directory: /home/achill/git/aports/community/qt6-qttools/src/qttools-everywhere-src-6.7.2/build
Test project /home/achill/git/aports/community/qt6-qttools/src/qttools-everywhere-src-6.7.2/build
No tests were found!!!
Errors while running CTest
>>> ERROR: qt6-qttools: check failed
[...]
I noticed it with qt6-qtbase
and qt6-qttools
, but i'm sure there are more.
Maybe one could just grep through the buildlogs and add options="!check"
on all aports without tests?