1#! /bin/bash -e
2# Generate mp_mbedtls_errors.c and build the tester app
3./do-mp.sh
4cc -o tester -I../mbedtls/include/ mp_mbedtls_errors.c tester.c
5