blob: ff7986db3cffa6ebae450f74e17641eaef356310 [file] [log] [blame]
Andrew Geisslerb7d28612020-07-24 16:15:54 -05001#!/bin/bash
2
Andrew Geisslerb7d28612020-07-24 16:15:54 -05003TIME=$(which time)
4
Andrew Geissler595f6302022-01-24 19:11:47 +00005echo "runtests"
6${TIME} -f 'Execution time: %e s' bash -c "./runtests -v"
7echo "runtestspp"
Patrick Williams73bd93f2024-02-20 08:07:48 -06008${TIME} -f 'Execution time: %e s' bash -c "./runtests_cxx -v"
Andrew Geisslerb7d28612020-07-24 16:15:54 -05009echo