Skip to content

Commit

Permalink
Merge pull request #1410 from GMLC-TDC/fix_nozmq_case
Browse files Browse the repository at this point in the history
fix the new flag config cases if zmq is disabled
  • Loading branch information
phlptp authored Jun 6, 2020
2 parents 88fdcfc + d9940a5 commit ee554e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/helics/application_api/ValueFederateKeyTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ TEST_F(valuefed_tests, dual_transfer_brokerApp_link)
EXPECT_TRUE(res);
}

#ifdef ENABLE_ZMQ_CORE
static constexpr const char* config_files[] = {"bes_config.json",
"bes_config.toml",
"bes_config2.json",
Expand Down Expand Up @@ -328,6 +329,7 @@ TEST_P(valuefed_flagfile_tests, configure_test)
INSTANTIATE_TEST_SUITE_P(valuefed_tests,
valuefed_flagfile_tests,
::testing::ValuesIn(config_files));
#endif

TEST_F(valuefed_tests, dual_transfer_coreApp_link)
{
Expand Down

0 comments on commit ee554e8

Please sign in to comment.