#!/bin/sh -e . ../../../../scripts/utils.sh for dir in base impl test-base test-impl do echo "[ $dir ]" (cd $dir; ./check-cpp "$@") done