aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/run-ptest
blob: 2d5bdf4ff2d5976a07d1bad03a701157b3be9d21 (plain)
1
2
3
4
#!/bin/sh

gsl_tests && echo "PASS: gsl_tests" || echo "FAIL: gsl_tests"
gsl_noexcept_tests && echo "PASS: gsl_noexcept_tests" || echo "FAIL: gsl_noexcept_tests"