
all:
	cd .. && cargo build

test:
	 PYTHONPATH=/scratch/usb-fido/python-fido2/ \
         python3 softfido_tests.py --verbose

