DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / lib / mbedtls_errors / do-test.sh
1234
#! /bin/bash -e # Generate mp_mbedtls_errors.c and build the tester app ./do-mp.sh cc -o tester -I../mbedtls/include/ mp_mbedtls_errors.c tester.c