folder reorg

This commit is contained in:
CJ Cobb
2021-06-07 22:56:44 -04:00
parent a2dddbcb8a
commit 58fe780714
45 changed files with 245 additions and 315 deletions

View File

@@ -1,13 +1,13 @@
#include <algorithm>
#include <backend/DBHelpers.h>
#include <gtest/gtest.h>
#include <handlers/RPCHelpers.h>
#include <reporting/DBHelpers.h>
#include <boost/log/core.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/trivial.hpp>
#include <reporting/BackendFactory.h>
#include <reporting/BackendInterface.h>
#include <backend/BackendFactory.h>
#include <backend/BackendInterface.h>
// Demonstrate some basic assertions.
TEST(BackendTest, Basic)