Skip to content

Commit

Permalink
Move tests to correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 25, 2023
1 parent 9946744 commit fad2b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/quantlibtestsuite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ test_suite* init_unit_test_suite(int, char* []) {
test->add(CapFloorTest::suite());
test->add(CapFlooredCouponTest::suite());
test->add(CashFlowsTest::suite());
test->add(ChooserOptionTest::suite());
test->add(CliquetOptionTest::suite());
test->add(CmsTest::suite());
test->add(CmsNormalTest::suite());
Expand Down Expand Up @@ -495,7 +496,6 @@ test_suite* init_unit_test_suite(int, char* []) {
test->add(CatBondTest::suite());
test->add(CdoTest::suite(speed));
test->add(CdsOptionTest::suite());
test->add(ChooserOptionTest::suite());
test->add(CmsSpreadTest::suite());
test->add(CommodityUnitOfMeasureTest::suite());
test->add(CompiledBoostVersionTest::suite());
Expand Down

0 comments on commit fad2b0b

Please sign in to comment.