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