mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Add linux-gcc to project name.
This commit is contained in:
@@ -127,15 +127,12 @@ TEST_CASE("FilePath temp", "[filepath]")
|
||||
tmp.join("bx.test");
|
||||
bx::removeAll(tmp, bx::ErrorIgnore{});
|
||||
|
||||
bx::Error err;
|
||||
tmp.join("bx.test/abvgd/555333/test");
|
||||
REQUIRE(bx::makeAll(tmp, &err) );
|
||||
REQUIRE(err.isOk() );
|
||||
REQUIRE(bx::makeAll(tmp, bx::ErrorAssert{}) );
|
||||
|
||||
tmp.set(bx::Dir::Temp);
|
||||
tmp.join("bx.test");
|
||||
REQUIRE(bx::removeAll(tmp, &err) );
|
||||
REQUIRE(err.isOk() );
|
||||
REQUIRE(bx::removeAll(tmp, bx::ErrorAssert{}) );
|
||||
}
|
||||
|
||||
TEST_CASE("FilePath special", "[filepath]")
|
||||
|
||||
Reference in New Issue
Block a user