Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Jul 16, 2024
1 parent aae0987 commit f2c985a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
2 changes: 2 additions & 0 deletions cmake-build-cmake/.ninja_log
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions cmake-build-cmake/Testing/Temporary/CTestCostData.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OptionTester 40 0.0342838
UnitTests 2 0.00472549
IntegrationTests 2 0.00503248
UnitTests 3 0.00236562
IntegrationTests 3 0.00194611
---
4 changes: 2 additions & 2 deletions cmake-build-cmake/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions cmake-build-cmake/tests/Testing/Temporary/CTestCostData.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
UnitTests 3 0.00582454
IntegrationTests 3 0.00482503
UnitTests 4 0.00490689
IntegrationTests 4 0.00328104
---
14 changes: 7 additions & 7 deletions cmake-build-cmake/tests/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -46,21 +46,21 @@ 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.
<end of output>
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
----------------------------------------------------------

2/2 Testing: IntegrationTests
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.
Expand All @@ -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

0 comments on commit f2c985a

Please sign in to comment.