summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat/run-ptest
blob: ff7986db3cffa6ebae450f74e17641eaef356310 (plain)
1
2
3
4
5
6
7
8
9
#!/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