|
|
e3738c1b17
|
REXM: UPDATE: Reviewed all examples requirements
|
2025-11-19 11:53:55 +01:00 |
|
|
|
a24e65d8e1
|
Update examples_testing_windows.md
|
2025-11-18 21:26:54 +01:00 |
|
|
|
1b6303b900
|
Update examples_testing_windows.md
|
2025-11-18 21:20:05 +01:00 |
|
|
|
c7c6aaf156
|
Update examples_testing_windows.md
|
2025-11-18 21:12:25 +01:00 |
|
|
|
95d58ed988
|
Update examples_testing_windows.md
|
2025-11-18 20:52:05 +01:00 |
|
|
|
5da90172ac
|
Update examples_testing_windows.md
|
2025-11-18 20:49:21 +01:00 |
|
|
|
6993bc7337
|
Update examples_testing_windows.md
|
2025-11-18 19:51:34 +01:00 |
|
|
|
9fe3f7ca14
|
REXM: ADDED: Automated-testing system
Elements tested:
```
TESTING_FAIL_INIT = 1 << 0, // Initialization (InitWindow()) -> "INFO: DISPLAY: Device initialized successfully"
TESTING_FAIL_CLOSE = 1 << 1, // Closing (CloseWindow()) -> "INFO: Window closed successfully"
TESTING_FAIL_ASSETS = 1 << 2, // Assets loading (WARNING: FILE:) -> "WARNING: FILEIO:"
TESTING_FAIL_RLGL = 1 << 3, // OpenGL-wrapped initialization -> "INFO: RLGL: Default OpenGL state initialized successfully"
TESTING_FAIL_PLATFORM = 1 << 4, // Platform initialization -> "INFO: PLATFORM: DESKTOP (GLFW - Win32): Initialized successfully"
TESTING_FAIL_FONT = 1 << 5, // Font default initialization -> "INFO: FONT: Default font loaded successfully (224 glyphs)"
TESTING_FAIL_TIMER = 1 << 6, // Timer initialization -> "INFO: TIMER: Target time per frame: 16.667 milliseconds"
```
|
2025-11-17 00:29:54 +01:00 |
|
|
|
d29112fb1f
|
Create examples_testing_windows.md
|
2025-11-14 16:36:00 +01:00 |
|
|
|
75ae4d347a
|
REXM: RENAMED: Reports moved to reports directory
|
2025-11-14 16:34:56 +01:00 |
|