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

7 lines
98 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-11-12 11:29:30 +00:00
}