From f2c985adfa1f3973a7d3380ecc09581c71e86ffa Mon Sep 17 00:00:00 2001 From: anthonymakarewicz Date: Tue, 16 Jul 2024 10:03:31 +0200 Subject: [PATCH] a --- .github/workflows/ci.yml | 3 ++- cmake-build-cmake/.ninja_log | 2 ++ .../Testing/Temporary/CTestCostData.txt | 4 ++-- cmake-build-cmake/Testing/Temporary/LastTest.log | 4 ++-- .../tests/Testing/Temporary/CTestCostData.txt | 4 ++-- .../tests/Testing/Temporary/LastTest.log | 14 +++++++------- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0cea54..5c6a037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: - name: Configure CMake run: | # ensures a fresh environment for each build - mkdir -p build + rm -rf build + mkdir build cd build cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_STANDARD=20 .. diff --git a/cmake-build-cmake/.ninja_log b/cmake-build-cmake/.ninja_log index ca6fff4..a4795d5 100644 --- a/cmake-build-cmake/.ninja_log +++ b/cmake-build-cmake/.ninja_log @@ -35,3 +35,5 @@ 49 278 1721112733607081719 /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/CMakeFiles/Tests 51903612152c3c7d 41 262 1721114972327539687 tests/CMakeFiles/Tests 51903612152c3c7d 41 262 1721114972327539687 /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/CMakeFiles/Tests 51903612152c3c7d +41 267 1721116853930588001 tests/CMakeFiles/Tests 51903612152c3c7d +41 267 1721116853930588001 /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/CMakeFiles/Tests 51903612152c3c7d diff --git a/cmake-build-cmake/Testing/Temporary/CTestCostData.txt b/cmake-build-cmake/Testing/Temporary/CTestCostData.txt index 19aa189..916cb11 100644 --- a/cmake-build-cmake/Testing/Temporary/CTestCostData.txt +++ b/cmake-build-cmake/Testing/Temporary/CTestCostData.txt @@ -1,4 +1,4 @@ OptionTester 40 0.0342838 -UnitTests 2 0.00472549 -IntegrationTests 2 0.00503248 +UnitTests 3 0.00236562 +IntegrationTests 3 0.00194611 --- diff --git a/cmake-build-cmake/Testing/Temporary/LastTest.log b/cmake-build-cmake/Testing/Temporary/LastTest.log index 969c4aa..a5ccd21 100644 --- a/cmake-build-cmake/Testing/Temporary/LastTest.log +++ b/cmake-build-cmake/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Jul 16 09:29 CEST +Start testing: Jul 16 10:01 CEST ---------------------------------------------------------- -End testing: Jul 16 09:29 CEST +End testing: Jul 16 10:01 CEST diff --git a/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt b/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt index e08182e..1a1c2f9 100644 --- a/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt +++ b/cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt @@ -1,3 +1,3 @@ -UnitTests 3 0.00582454 -IntegrationTests 3 0.00482503 +UnitTests 4 0.00490689 +IntegrationTests 4 0.00328104 --- diff --git a/cmake-build-cmake/tests/Testing/Temporary/LastTest.log b/cmake-build-cmake/tests/Testing/Temporary/LastTest.log index 98fe10c..d530c02 100644 --- a/cmake-build-cmake/tests/Testing/Temporary/LastTest.log +++ b/cmake-build-cmake/tests/Testing/Temporary/LastTest.log @@ -1,10 +1,10 @@ -Start testing: Jul 16 09:29 CEST +Start testing: Jul 16 10:00 CEST ---------------------------------------------------------- 1/2 Testing: UnitTests 1/2 Test: UnitTests Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit/Unit_tests" Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/unit -"UnitTests" start time: Jul 16 09:29 CEST +"UnitTests" start time: Jul 16 10:00 CEST Output: ---------------------------------------------------------- [==========] Running 12 tests from 4 test suites. @@ -46,13 +46,13 @@ Output: [----------] 1 test from PayoffDoubleStrikesTest (0 ms total) [----------] Global test environment tear-down -[==========] 12 tests from 4 test suites ran. (0 ms total) +[==========] 12 tests from 4 test suites ran. (1 ms total) [ PASSED ] 12 tests. Test time = 0.02 sec ---------------------------------------------------------- Test Passed. -"UnitTests" end time: Jul 16 09:29 CEST +"UnitTests" end time: Jul 16 10:00 CEST "UnitTests" time elapsed: 00:00:00 ---------------------------------------------------------- @@ -60,7 +60,7 @@ Test Passed. 2/2 Test: IntegrationTests Command: "/Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration/Integration_tests" Directory: /Users/anthony/CLionProjects/Option_pricer/cmake-build-cmake/tests/integration -"IntegrationTests" start time: Jul 16 09:29 CEST +"IntegrationTests" start time: Jul 16 10:00 CEST Output: ---------------------------------------------------------- [==========] Running 0 tests from 0 test suites. @@ -70,8 +70,8 @@ Output: Test time = 0.01 sec ---------------------------------------------------------- Test Passed. -"IntegrationTests" end time: Jul 16 09:29 CEST +"IntegrationTests" end time: Jul 16 10:00 CEST "IntegrationTests" time elapsed: 00:00:00 ---------------------------------------------------------- -End testing: Jul 16 09:29 CEST +End testing: Jul 16 10:00 CEST