Skip to content

Latest commit

 

History

History
 
 

unit-tests

Tests

Minimal tests for the dHealth application.

Build

Building tests requires CMake and cmocka.

Once they have been installed: run:

mkdir build && cd build
cmake ..
make

Running tests

In the unit-tests folder, run:

./test_transaction_parser.py
build/test_bip32_path_extraction