mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added home dir lookup.
This commit is contained in:
@@ -119,6 +119,6 @@ TEST_CASE("FilePath", "")
|
||||
|
||||
TEST_CASE("FilePath temp", "")
|
||||
{
|
||||
bx::FilePath tmp(bx::TempDir::Tag);
|
||||
bx::FilePath tmp(bx::Dir::Temp);
|
||||
REQUIRE(0 != bx::strCmp(".", tmp.getPath().getPtr() ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user