mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
if cpp build disabled, dont run cpp tests anymore
This commit is contained in:
26
tests/cppunittests.cfg
Normal file
26
tests/cppunittests.cfg
Normal file
@@ -0,0 +1,26 @@
|
||||
#
|
||||
# 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>
|
||||
Reference in New Issue
Block a user