BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

Makefile: make unit test SANITIZE_* configurable #1054

Closed benma closed 1 year ago

benma commented 1 year ago

To build the unit tests without sanitizers, call make unit-test SANITIZE=OFF.

On my machine I can't run sanitizers for some reason, so this is a workaround. It still defaults to ON, and the CI will keep using the sanitizers.