#!/bin/bash echo "BUILDING" make clean make n=$1 h=$2 test=$3 result=0 success_count=0 fail_count=0 for ((i=0; i