Files
Paradise/code/tests/test_rustg_version.dm
warriorstar-orion bb60a027bf unit->game tests, /tg/ assertions and allocations (#27646)
* unit->game tests, /tg/ assertions and allocations

* whoopsies

* fix lint
2024-12-21 21:19:33 +00:00

4 lines
157 B
Plaintext

/datum/game_test/rustg_version/Run()
var/library_version = rustg_get_version()
TEST_ASSERT_EQUAL(library_version, RUST_G_VERSION, "invalid RUSTG Version")