ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
560 stars 87 forks source link

Unit tests: don't initialize Vulkan or do other heavyweight stuff outside of test cases #488

Closed azonenberg closed 7 months ago

azonenberg commented 2 years ago

The way we do things now, catch_discover_tests in the build script will try to run the binary and initialize Vulkan even though it's not needed since we're not running any test cases.