Allocator cleanup + '_' skips tests
This commit is contained in:
@@ -180,6 +180,8 @@ int main(int argument_count, char **arguments) {
|
||||
Array<OS_File_Info> tests = os_list_dir(&scratch, &scratch, "tests"_s);
|
||||
For(examples) {
|
||||
if (it.is_directory) continue;
|
||||
String filename = string_skip_to_last_slash(it.relative_path);
|
||||
if (filename.len && filename.str[0] == '_') continue;
|
||||
compile_file(&arena, it.absolute_path, COMPILE_AND_RUN | COMPILE_TESTING);
|
||||
}
|
||||
For(tests) {
|
||||
|
||||
Reference in New Issue
Block a user