aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/run-ptest
blob: 65c6cc7b86265eeacb46a44d7e7fcc6de714a0e8 (plain)
1
2
3
4
#!/bin/sh
cd test
OPENSSL_ENGINES=../engines BLDTOP=.. SRCTOP=.. perl run_tests.pl
cd ..