Skip to content

Commit d3a2a07

Browse files
update to cpputest-for-qpc v1.5.0
1 parent ecf2e7f commit d3a2a07

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1616
# You can convert this to a matrix build if you need cross-platform coverage.
1717
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- uses: actions/checkout@v3

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(cpputest-for-qpc-examples)
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)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Build and Test status: ![Build and Tests](https://github.com/covemountainsoftware/cpputest-for-qpc/actions/workflows/cmake.yml/badge.svg)
44

55
Copyright Matthew Eshleman
6-
6+
****
77
If this project inspires your team to select the QP/C (qpc)
88
framework for commercial use, please note
99
"Matthew Eshleman" or "Cove Mountain Software" in the referral
@@ -20,9 +20,9 @@ For more details, please see https://github.com/covemountainsoftware/cpputest-fo
2020

2121
# Environment
2222

23-
This project was developed and proven in Ubuntu 20.04 and 22.04. In theory any
24-
build or host operating system environment supported by CppUTest will
25-
be compatible with this code.
23+
This project was developed and proven in Ubuntu, currently 24.04.
24+
In theory any build or host operating system environment supported
25+
by CppUTest will be compatible with this code.
2626

2727
## Prerequisites
2828
* CMake and associated build tools were used to develop
@@ -32,8 +32,8 @@ be compatible with this code.
3232
* After cloning this repository, do not forget to:
3333
* `git submodule init`
3434
* `git submodule update`
35-
* CppUTest (version 3.8-7 or version 4.0) (3.8 is the default in Ubuntu 20.04 while 4.0 is the default in Ubuntu 22.04)
36-
* This project requires support for C++14 and C11.
35+
* CppUTest version 4.0
36+
* This project requires support for C++17 and C11.
3737

3838
## Continuous Integration
3939

0 commit comments

Comments
 (0)