Add env to enable test data
This commit is contained in:
@@ -24,7 +24,7 @@ TEST_CASE("Test Folding library version", "[Folding]")
|
||||
TEST_CASE("Test BayesNet version", "[BayesNet]")
|
||||
{
|
||||
std::string version = bayesnet::TAN().getVersion();
|
||||
REQUIRE(version == "1.0.4");
|
||||
REQUIRE(version == "1.0.4.1");
|
||||
}
|
||||
TEST_CASE("Test mdlp version", "[mdlp]")
|
||||
{
|
||||
|
Reference in New Issue
Block a user