#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", "ENABLE_DEBUG=1",
"USE_GPSD=1" "USE_GPSD=1"
], ],
"group": { "group": "build",
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
}, },
{ {
@ -28,7 +25,10 @@
"ENABLE_DEBUG=1", "ENABLE_DEBUG=1",
"USE_GPSD=1" "USE_GPSD=1"
], ],
"group": "build", "group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [] "problemMatcher": []
} }
] ]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.