This commit is contained in:
Branimir Karadžić
2017-06-19 19:33:40 -07:00
parent 2ce6f34f95
commit 90f7fa778d
2 changed files with 70 additions and 76 deletions

View File

@@ -21,6 +21,7 @@ TEST_CASE("getTempPath", "")
REQUIRE(bx::getTempPath(tmpDir, &len) );
}
#if !BX_PLATFORM_OSX
TEST_CASE("semaphore_timeout", "")
{
bx::Semaphore sem;
@@ -33,3 +34,4 @@ TEST_CASE("semaphore_timeout", "")
printf("%f\n", ms);
REQUIRE(!ok);
}
#endif // !BX_PLATFORM_OSX