]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Remove the use of test/run_tests in favor of 'prove'
authorRichard Levitte <richard@levitte.org>
Sun, 14 Feb 2021 20:53:02 +0000 (21:53 +0100)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 16 Feb 2021 10:43:15 +0000 (11:43 +0100)
commit4573bedad51d6978b26b5d420430d8e64f02d47b
treeaf1a96024aeefbd2ea3e4561519500ce9c2645e7
parentf2bbf8ca2300e37cd1d1f10b7153e61419b2ccab
Remove the use of test/run_tests in favor of 'prove'

'prove' is a well developed TAP harness program, there's no real need
to write one's own.

We do need to set certain paths properly for the appropriate 'openssl'
program to be run.  We do that with a 'prove' plugin (WrapOpenSSL.pm)
that simply amends the appropriate system environment variables, given
a number of cmake generated environment variables that indicate where
OpenSSL files reside.
CMakeLists.txt
test/WrapOpenSSL.pm [new file with mode: 0644]
test/run_tests [deleted file]