From 24f53cbc2930f3f2b1ad704c03fcc3c39ad7b33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Tue, 27 Aug 2024 21:53:35 -0600 Subject: [PATCH 1/3] dummy test to validate updated ci --- test_main/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index 33119615..ca7a1d0e 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -1,7 +1,7 @@ /** ========================================================================== * 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes * with no warranties. This code is yours to share, use and modify with no -* strings attached and no restrictions or obligations. +* strings attached and no restrictions or obligations * ============================================================================*/ #include From f3c5955fb8ecb9d5a4c008e290e4425e93f9895c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Tue, 27 Aug 2024 22:32:08 -0600 Subject: [PATCH 2/3] disable ci/action ubuntu as it's redundant with the matrix runs disable ci/action ubuntu as it's redundant with the matrix runs --- test_main/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index ca7a1d0e..33119615 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -1,7 +1,7 @@ /** ========================================================================== * 2011 by KjellKod.cc. This is PUBLIC DOMAIN to use at your own risk and comes * with no warranties. This code is yours to share, use and modify with no -* strings attached and no restrictions or obligations +* strings attached and no restrictions or obligations. * ============================================================================*/ #include From 4e2faeea83d7be9010b70c6f1823ff6e0ba76dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Tue, 27 Aug 2024 22:33:58 -0600 Subject: [PATCH 3/3] Update test_main.cpp --- test_main/test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_main/test_main.cpp b/test_main/test_main.cpp index 33119615..752ca39a 100644 --- a/test_main/test_main.cpp +++ b/test_main/test_main.cpp @@ -10,6 +10,6 @@ int main(int argc, char* argv[]) { testing::InitGoogleTest(&argc, argv); int return_value = RUN_ALL_TESTS(); - std::cout << "FINISHED WITH THE TESTING" << std::endl; + std::cout << "FINISHED WITH THE TESTING " << std::endl; return return_value; }