mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-05-13 02:10:39 +01:00
bb60a027bf
* unit->game tests, /tg/ assertions and allocations * whoopsies * fix lint
4 lines
157 B
Plaintext
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")
|