mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
CREATE_PROJECT: Fix infinite loop when generating tests
This commit is contained in:
parent
eeda14b170
commit
73755d1d3a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user