From f051f22d3ef52f1e6fe46f7283dfb7d334925248 Mon Sep 17 00:00:00 2001 From: Juho Hautala Date: Wed, 28 Feb 2024 17:21:49 +0200 Subject: [PATCH] Add link to GTest/Conan example --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 1ea47ba..2f01082 100644 --- a/index.md +++ b/index.md @@ -42,6 +42,7 @@ software build process. ### 🧪 Testing & analysis +- [Test with GTest via Conan](/gtest-conan/) - [Test with GTest via CPM](/gtest-cpm/) - [Test with CTest via CPM](/unity-cpm/) - [Test with Boost.Test via CPM](/boost-test-cpm/)