- More Documentation
This commit is contained in:
@@ -33,10 +33,10 @@ namespace fennec::test
|
||||
|
||||
fennec_test_spacer(1);
|
||||
|
||||
fennec_test_run(path::current(), path(FENNEC_TEST_CWD));
|
||||
fennec_test_run(path::get_current(), path(FENNEC_TEST_CWD));
|
||||
fennec_test_run(path("../" FENNEC_BUILD_NAME "/./test.sh").absolute(), path(FENNEC_TEST_CWD) / "test.sh");
|
||||
fennec_test_run(path("./test/../test.sh").absolute(), path(FENNEC_TEST_CWD) / "test.sh");
|
||||
fennec_test_run(path::current().parent(), path("../").absolute());
|
||||
fennec_test_run(path::get_current().parent(), path("../").absolute());
|
||||
|
||||
fennec_test_spacer(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user