CREATE_PROJECT: Fix infinite loop when generating tests

This commit is contained in:
SupSuper 2021-02-22 12:22:47 +00:00
parent eeda14b170
commit 73755d1d3a

View File

@ -1932,9 +1932,6 @@ void ProjectProvider::createModuleList(const std::string &moduleDir, const Strin
// Scan all files in the include folder
FileList files = listDirectory(folder);
if (files.empty())
continue;
// Add to list of test folders
testDirs.push_back(folder);