#!/bin/sh cmake -G Ninja -DTESTS=ON -DCMAKE_TOOLCHAIN_FILE="$(dirname $0)/../cmake/TC-clang-thumbv6m.cmake" "$(dirname $0)/.." "$@"