if cpp build disabled, dont run cpp tests anymore

This commit is contained in:
TLINDEN
2015-07-08 01:20:45 +02:00
parent 0be73729ed
commit 4fd1a78a99
3 changed files with 38 additions and 28 deletions

View File

@@ -571,29 +571,3 @@ temporarily disabled
</test>
#
# 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>