mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
cleanup our cmake and build warnings (#2876)
This commit is contained in:
@@ -125,7 +125,7 @@ bool find_and_run_tests() {
|
||||
try {
|
||||
// Enumerate test files
|
||||
const auto test_files = file_util::find_files_recursively(
|
||||
file_util::get_file_path({"test/common/formatter/corpus"}), std::regex("^.*\.test.gc$"));
|
||||
file_util::get_file_path({"test/common/formatter/corpus"}), std::regex("^.*\\.test.gc$"));
|
||||
bool failed = false;
|
||||
// First do a pass to see if any tests are meant to be prioritized for debugging
|
||||
bool only_important_tests = false;
|
||||
|
||||
Reference in New Issue
Block a user