mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
7 lines
98 B
C++
7 lines
98 B
C++
#include "webfuse/webfuse.hpp"
|
|
#include <gtest/gtest.h>
|
|
|
|
TEST(app, init)
|
|
{
|
|
webfuse::app app;
|
|
} |