Skip to content

Commit

Permalink
fix(test): instantiate only if APRON/PPLITE enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
caballa committed Sep 19, 2023
1 parent f24db97 commit 0c2fb25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/crab_inst.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ Z_RUNNER(crab::domain_impl::z_pk_apron_domain_t)
Z_RUNNER(crab::domain_impl::z_poly_pplite_domain_t)
Z_RUNNER(crab::domain_impl::z_fpoly_pplite_domain_t)
Z_RUNNER(crab::domain_impl::z_pset_pplite_domain_t)
#ifdef HAVE_APRON
Z_RUNNER(crab::domain_impl::z_dummy_decoupled_box_domain_t)
#endif
#ifdef HAVE_PPLITE
Z_RUNNER(crab::domain_impl::z_decoupled_box_poly_domain_t)
Z_RUNNER(crab::domain_impl::z_decoupled_box_pset_domain_t)
#endif
Z_RUNNER(crab::domain_impl::z_zones_elina_domain_t)
Z_RUNNER(crab::domain_impl::z_oct_elina_domain_t)
Z_RUNNER(crab::domain_impl::z_pk_elina_domain_t)
Expand Down

0 comments on commit 0c2fb25

Please sign in to comment.