mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Remove _test.odin filter
This commit is contained in:
@@ -968,14 +968,6 @@ gb_internal bool is_excluded_target_filename(String name) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (build_context.command_kind != Command_test) {
|
|
||||||
String test_suffix = str_lit("_test");
|
|
||||||
if (string_ends_with(name, test_suffix) && name != test_suffix) {
|
|
||||||
// Ignore *_test.odin files
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
String str1 = {};
|
String str1 = {};
|
||||||
String str2 = {};
|
String str2 = {};
|
||||||
isize n = 0;
|
isize n = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user