mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 13:33:00 +01:00
Moving code around and renaming files.
This commit is contained in:
@@ -116,3 +116,9 @@ TEST_CASE("FilePath", "")
|
||||
REQUIRE(test.absolute == fp.isAbsolute() );
|
||||
};
|
||||
}
|
||||
|
||||
TEST_CASE("FilePath temp", "")
|
||||
{
|
||||
bx::FilePath tmp(bx::TempDir::Tag);
|
||||
REQUIRE(0 != bx::strCmp(".", tmp.getPath() ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user