#17 clean up includes in tests

pull/32/head
Geoffrey Merck 4 years ago
parent 1e6fee9d4d
commit afe9995141

10
.vscode/tasks.json vendored

@ -12,10 +12,7 @@
"ENABLE_DEBUG=1",
"USE_GPSD=1"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
},
{
@ -28,7 +25,10 @@
"ENABLE_DEBUG=1",
"USE_GPSD=1"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../APRSFormater.h"
#include "APRSFormater.h"
class APRSFormater_frameToString : public ::testing::Test {

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../APRSParser.h"
#include "APRSParser.h"
namespace APRSParserTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../APRStoDPRS.h"
#include "APRStoDPRS.h"
namespace APRStoDPRSTests
{

@ -20,7 +20,7 @@
#include <unistd.h>
#include <string>
#include "../../Config.h"
#include "Config.h"
namespace ConfigTests
{

@ -20,7 +20,7 @@
#include <unistd.h>
#include <string>
#include "../../Config.h"
#include "Config.h"
namespace ConfigTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DCSProtocolHandlerPool.h"
#include "DCSProtocolHandlerPool.h"
namespace DCSProtocolHandlerPoolTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DCSProtocolHandlerPool.h"
#include "DCSProtocolHandlerPool.h"
namespace DCSProtocolHandlerPoolTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DPlusProtocolHandlerPool.h"
#include "DPlusProtocolHandlerPool.h"
namespace DPlusProtocolHandlerPoolTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DPlusProtocolHandlerPool.h"
#include "DPlusProtocolHandlerPool.h"
namespace DPlusProtocolHandlerPoolTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DExtraProtocolHandlerPool.h"
#include "DExtraProtocolHandlerPool.h"
namespace DextraProtocolHandlerPoolTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../DExtraProtocolHandlerPool.h"
#include "DExtraProtocolHandlerPool.h"
namespace DextraProtocolHandlerPoolTests
{

@ -20,7 +20,7 @@
#include <netdb.h>
#include "../../NetUtils.h"
#include "NetUtils.h"
namespace NetUtilsTests
{

@ -20,7 +20,7 @@
#include <netdb.h>
#include "../../NetUtils.h"
#include "NetUtils.h"
namespace NetUtilsTests
{

@ -20,7 +20,7 @@
#include <netdb.h>
#include "../../NetUtils.h"
#include "NetUtils.h"
namespace NetUtilsTests
{

@ -20,7 +20,7 @@
#include <netdb.h>
#include "../../NetUtils.h"
#include "NetUtils.h"
namespace NetUtilsTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../RSMS1AMessageBuilder.h"
#include "RSMS1AMessageBuilder.h"
namespace RSMS1AMessageBuilderTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../RSMS1AMessageBuilder.h"
#include "RSMS1AMessageBuilder.h"
namespace RSMS1AMessageBuilderTests
{

@ -18,8 +18,8 @@
#include <gtest/gtest.h>
#include "../../SlowDataEncoder.h"
#include "../../DStarDefines.h"
#include "SlowDataEncoder.h"
#include "DStarDefines.h"
namespace SlowDataEncoderTests
{

@ -18,8 +18,8 @@
#include <gtest/gtest.h>
#include "../../SlowDataEncoder.h"
#include "../../DStarDefines.h"
#include "SlowDataEncoder.h"
#include "DStarDefines.h"
namespace SlowDataEncoderTests
{

@ -19,8 +19,8 @@
#include <gtest/gtest.h>
#include <cstring>
#include "../../SlowDataEncoder.h"
#include "../../DStarDefines.h"
#include "SlowDataEncoder.h"
#include "DStarDefines.h"
namespace SlowDataEncoderTests
{

@ -18,8 +18,8 @@
#include <gtest/gtest.h>
#include "../../SlowDataEncoder.h"
#include "../../DStarDefines.h"
#include "SlowDataEncoder.h"
#include "DStarDefines.h"
namespace SlowDataEncoderTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../StringUtils.h"
#include "StringUtils.h"
namespace StringUtilsTests
{

@ -18,7 +18,7 @@
#include <gtest/gtest.h>
#include "../../Utils.h"
#include "Utils.h"
class Utils_swap_endian : public ::testing::Test {

@ -18,9 +18,9 @@
#include <gtest/gtest.h>
#include "../../Utils.h"
#include "../../StringUtils.h"
#include "../../Log.h"
#include "Utils.h"
#include "StringUtils.h"
#include "Log.h"
class Utils_swap_endian_be : public ::testing::Test {

Loading…
Cancel
Save

Powered by TurnKey Linux.