mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
added unit tests
This commit is contained in:
9
test/webfuse/test_app.cpp
Normal file
9
test/webfuse/test_app.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "webfuse/webfuse.hpp"
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(app, init)
|
||||
{
|
||||
char args0[] = "webfuse";
|
||||
char * args[] = { args0, nullptr };
|
||||
webfuse::app(1, args);
|
||||
}
|
||||
Reference in New Issue
Block a user