1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

remove dependency to jansson (own json implementation use due to performance issues)

This commit is contained in:
Falk Werner
2020-07-12 13:11:24 +02:00
parent 7d4f6a3d55
commit 2506873805
5 changed files with 6 additions and 36 deletions

View File

@@ -1,16 +0,0 @@
#include <gtest/gtest.h>
#include <jansson.h>
namespace webfuse_test
{
class JanssonTestEnvironment: public ::testing::Environment
{
public:
void SetUp()
{
json_object_seed(0);
}
};
#
}