1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

provide empty filesystem

This commit is contained in:
Falk Werner
2022-11-13 18:18:44 +01:00
parent aa3cbd28f4
commit eddec21bbd
13 changed files with 569 additions and 37 deletions

View File

@@ -3,7 +3,5 @@
TEST(app, init)
{
char args0[] = "webfuse";
char * args[] = { args0, nullptr };
webfuse::app(1, args);
webfuse::app app;
}