gost_engine: fix and improve CI test
authorEneas U de Queiroz <[email protected]>
Fri, 14 Nov 2025 11:52:10 +0000 (08:52 -0300)
committerEneas U de Queiroz <[email protected]>
Fri, 14 Nov 2025 14:26:46 +0000 (11:26 -0300)
commit36deed27b6849b83c9f85e208fc34a1a5c800404
treeadf83c0f3a4644bf5598c2228cae6456ade389cc
parentc139d95e95d9bff1558d63daddb9be42fb262d0b
gost_engine: fix and improve CI test

The test script was still using opkg to install openssl-util.  Use apk
instead, and move it to pre-test.sh so that openssl installation will
not depend on the order that the packages are tested.

Signed-off-by: Eneas U de Queiroz <[email protected]>
libs/gost_engine/pre-test.sh [new file with mode: 0644]
libs/gost_engine/test.sh