blob: ff7986db3cffa6ebae450f74e17641eaef356310 [file] [log] [blame]
#!/bin/bash
TIME=$(which time)
echo "runtests"
${TIME} -f 'Execution time: %e s' bash -c "./runtests -v"
echo "runtestspp"
${TIME} -f 'Execution time: %e s' bash -c "./runtests_cxx -v"
echo