Skip to content

server: ctestInfo fix to return all tests

Justin Goshi requested to merge jgoshi/cmake:serverFixTestDiscovery into master

Prior to this change we were looking at targets. But tests are associated with directories. This change fixes how we gather all tests.

Merge request reports