Skip to content

Commit 66722b6

Browse files
committed
Update readme
1 parent d0ceaff commit 66722b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ See [IntegrationTestFrameworkCppUTest](https://github.com/endurodave/Integration
3232
- [IntegrationTest Thread](#integrationtest-thread)
3333
- [Integration Test Runtime](#integration-test-runtime)
3434
- [Conclusion](#conclusion)
35+
- [Portable C/C++ Libraries](#portable-cc-libraries)
3536

3637

3738
# Overview
@@ -626,3 +627,7 @@ Include `IT_Client.h` in any production module that requires integration test su
626627

627628
# Conclusion
628629
Developing a user-friendly integration testing framework that mirrors the simplicity of unit testing can be challenging. This document outlines a solution that leverages Google Test and DelegateMQ libraries to achieve this goal.
630+
631+
# Portable C/C++ Libraries
632+
633+
Explore [portable-c-cpp-libs](https://github.com/endurodave/portable-c-cpp-libs) for reusable C/C++ components, including state machines, callbacks, threading, memory management, communication, fault handling, testing, and more.

0 commit comments

Comments
 (0)