Skip to content
Snippets Groups Projects
Commit 9c34418d authored by Andreas Schenk's avatar Andreas Schenk
Browse files

testing for rule based builder in mmcif_entity_poly_tests

parent a62f425c
Branches
Tags
No related merge requests found
......@@ -399,6 +399,14 @@ BOOST_AUTO_TEST_CASE(mmcif_entity_tests)
BOOST_AUTO_TEST_CASE(mmcif_entity_poly_tests)
{
SetPrefixPath(getenv("OST_ROOT"));
String lib_path=GetSharedDataPath()+"/compounds.chemlib";
conop::CompoundLibPtr compound_lib=conop::CompoundLib::Load(lib_path);
if (!compound_lib) {
std::cout << "WARNING: skipping SEQRES import unit test. "
<< "Rule-based builder is required" << std::endl;
return;
}
conop::Conopology::Instance().SetDefaultBuilder("RBB");
BOOST_MESSAGE(" Running mmcif_entity_poly_tests...");
mol::ChainHandle ch;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment