Skip to content

Commit

Permalink
Add dummy test for mod-test-cath-refine-align
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed May 27, 2021
1 parent 3642a58 commit 5883d33
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ namespace {

BOOST_AUTO_TEST_SUITE(cath_align_refiner_test_suite)

// At present this test is the only test in mod-test-cath-refine-align, so it is
// required to prevent that test executable failing
BOOST_AUTO_TEST_CASE( basic ) {
BOOST_TEST( true );
}

// /// \brief
// BOOST_AUTO_TEST_CASE(basic_genome3d_use_case) {
// check_cath_align_refiner_std_in_use_case(
Expand Down

0 comments on commit 5883d33

Please sign in to comment.