Skip to content

Commit f62cefb

Browse files
committed
Release v1.1.1c
1 parent 6e3649b commit f62cefb

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

GM-Testing-Library/scripts/GMTL_init/GMTL_init.gml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
GameMaker Testing Library
3-
Version: v1.1.1
4-
Release date: 2025-08-30
3+
Version: v1.1.1c
4+
Release date: 2025-09-23
55
Author: DAndrëwBox
66
https://github.com/DAndrewBox/GM-Testing-Library
77
*/
@@ -81,7 +81,10 @@ function __gmtl_init() {
8181
gmtl_internal.initializing = false;
8282

8383
// Skip all tests
84-
if (!gmtl_run_at_start) return;
84+
if (!gmtl_run_at_start) {
85+
gmtl_internal.finished = true;
86+
return;
87+
}
8588

8689
// Run all tests a few frames after project start.
8790
original_call_later(gmtl_wait_frames_before_start, time_source_units_frames, function() {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
![GameMaker](https://img.shields.io/badge/GameMaker-v2023.4+-039e5c?logo=gamemaker&labelColor=000)
1414
![GameMaker](https://img.shields.io/badge/GameMaker-v2024-039e5c?logo=gamemaker&labelColor=000)
1515

16-
### 📅 Last updated: 2025-08-30
16+
### 📅 Last updated: 2025-09-23
1717

1818
---
1919

Releases/gmtl-v1.1.1b.yymps

136 KB
Binary file not shown.

Releases/gmtl-v1.1.1c.yymps

136 KB
Binary file not shown.

0 commit comments

Comments
 (0)