Skip to content

Commit 8f49e83

Browse files
move to cpputest-for-qpcpp v1.5.0
1 parent 6642ee0 commit 8f49e83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(embedded-cli-for-qpcpp)
33

4-
set(CMAKE_CXX_STANDARD 14)
4+
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_C_STANDARD 11)
66

77
add_compile_options(-Wall -Wextra -Werror)

services/embeddedCliService/test/embeddedCliServiceTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "mockCharacterDevice.hpp"
2424

2525
// the cpputest headers must always be last
26-
#include "qassertMockSupport.hpp"
26+
#include "cmsQAssertMockSupport.hpp"
2727
#include "CppUTest/TestHarness.h"
2828
#include "CppUTestExt/MockSupport.h"
2929

services/embeddedCliService/test/embeddedCliServiceTestsWithoutPoolLeakDetection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "mockCharacterDevice.hpp"
99

1010
// the cpputest headers must always be last
11-
#include "qassertMockSupport.hpp"
11+
#include "cmsQAssertMockSupport.hpp"
1212
#include "CppUTest/TestHarness.h"
1313
#include "CppUTestExt/MockSupport.h"
1414

0 commit comments

Comments
 (0)