]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Migrate test framework to Test2
authorAlexander Bokovoy <abokovoy@redhat.com>
Thu, 4 Oct 2018 07:23:44 +0000 (10:23 +0300)
committerAlexander Bokovoy <abokovoy@redhat.com>
Sat, 16 Feb 2019 18:56:42 +0000 (20:56 +0200)
commit88b6b13aef5cec62837b1410cdd4d63b441fd898
tree7d965b0de0dedd0475ddace491b3df203b04d69d
parentea0349deee971509f9afd5cafb3734485dec2ce6
Migrate test framework to Test2

At least Fedora 30 will have no Test::More anymore. Test::More is
deprecated, as well as Test::Stream and Test2 is a recommended
replacement.

Luckily, gost-engine's use of Test::More is limited to functions which
are compatible with implementations in Test2, so only module import and
test plan announcement need to change.

Also, on Fedora 29 perl 5.28 is very picky on undefined variables.
test/00-engine.t
test/01-digest.t
test/02-mac.t
test/03-encrypt.t
test/04-pkey.t