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