1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-09-29 06:50:43 +00:00
falk-werner_webfuse/test-src/unit/webfuse/test_app.cpp

8 lines
99 B
C++
Raw Normal View History

2022-11-12 11:29:30 +00:00
#include "webfuse/webfuse.hpp"
#include <gtest/gtest.h>
TEST(app, init)
{
2022-11-13 17:18:44 +00:00
webfuse::app app;
2022-12-30 18:43:45 +00:00
}