Skip to content

Commit

Permalink
#2033: tests: conditionalize on LB being enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and cz4rs committed Mar 27, 2023
1 parent 323f5c2 commit 447b250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/lb/test_offlinelb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

namespace vt { namespace tests { namespace unit { namespace lb {

#if vt_check_enabled(lblite)

using TestOfflineLB = TestParallelHarness;

struct SimCol : vt::Collection<SimCol, vt::Index1D> {
Expand Down Expand Up @@ -145,4 +147,6 @@ TEST_F(TestOfflineLB, test_offlinelb_1) {
}
}

#endif

}}}} /* end namespace vt::tests::unit::lb */

0 comments on commit 447b250

Please sign in to comment.