mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
27 lines
367 B
INI
27 lines
367 B
INI
|
|
#
|
||
|
|
# test the c++ api
|
||
|
|
<test check-cpp-crypto>
|
||
|
|
cmd = ./cpptest 0
|
||
|
|
expect = /ok/
|
||
|
|
</test>
|
||
|
|
|
||
|
|
<test check-cpp-vault>
|
||
|
|
cmd = ./cpptest 1
|
||
|
|
expect = /ok/
|
||
|
|
</test>
|
||
|
|
|
||
|
|
<test check-cpp-import-pub>
|
||
|
|
cmd = ./cpptest 2
|
||
|
|
expect = /ok/
|
||
|
|
</test>
|
||
|
|
|
||
|
|
<test check-cpp-signature>
|
||
|
|
cmd = ./cpptest 3
|
||
|
|
expect = /ok/
|
||
|
|
</test>
|
||
|
|
|
||
|
|
<test check-buffer>
|
||
|
|
cmd = ./cpptest 4
|
||
|
|
expect = /ok/
|
||
|
|
</test>
|