acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

ensure runtime is cleaned up in tests when exceptions are thrown #16

Open nclack opened 1 year ago

nclack commented 1 year ago

cpx_shutdown ensures drivers etc are properly cleaned up, but this doesn't get called when a test fails with an exception. We could wrap the runtime in a class for these c++ tests so that we rely on RAII to ensure shutdown is called.