#!/bin/sh ############## # UNIT TESTS # ############## for f in build/unit-tests/bin/*_test; do ${f} || exit -1 done