begin setting up tester for automated tests

This commit is contained in:
Ryan Fleury
2024-10-15 11:46:07 -07:00
parent b223a61cad
commit 97abec11a2
5 changed files with 165 additions and 1 deletions
+6
View File
@@ -165,6 +165,12 @@ internal OS_FileID os_id_from_file_path(String8 path);
internal S64 os_file_id_compare(OS_FileID a, OS_FileID b);
internal String8 os_string_from_file_range(Arena *arena, OS_Handle file, Rng1U64 range);
////////////////////////////////
//~ rjf: Process Launcher Helpers
internal OS_Handle os_cmd_line_launch(String8 string);
internal OS_Handle os_cmd_line_launchf(char *fmt, ...);
////////////////////////////////
//~ rjf: GUID Helpers (Helpers, Implemented Once)