mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed wasm tests.
This commit is contained in:
@@ -10,8 +10,12 @@
|
||||
|
||||
TEST_CASE("getProcessMemoryUsed", "")
|
||||
{
|
||||
if (BX_ENABLED(BX_PLATFORM_EMSCRIPTEN) )
|
||||
{
|
||||
SKIP("Not supported by wasm.");
|
||||
}
|
||||
|
||||
REQUIRE(0 != bx::getProcessMemoryUsed() );
|
||||
// DBG("bx::getProcessMemoryUsed %d", bx::getProcessMemoryUsed() );
|
||||
}
|
||||
|
||||
#if BX_CONFIG_SUPPORTS_THREADING
|
||||
|
||||
Reference in New Issue
Block a user