#!/usr/bin/env bash ./build for i in `find tests -name "*.erl"` do erlc -o ebin_test $i done