mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
last perl tests migrated to unittests.sh
This commit is contained in:
@@ -2,31 +2,31 @@
|
||||
#
|
||||
# test the c++ api
|
||||
|
||||
check-cpp-crypto () {
|
||||
check_cpp_crypto () {
|
||||
cmd="./cpptest 0"
|
||||
expect=/ok/
|
||||
check "$cmd" "$expect" "$input"
|
||||
}
|
||||
|
||||
check-cpp-vault () {
|
||||
check_cpp_vault () {
|
||||
cmd="./cpptest 1"
|
||||
expect=/ok/
|
||||
check "$cmd" "$expect" "$input"
|
||||
}
|
||||
|
||||
check-cpp-import-pub () {
|
||||
check_cpp_import_pub () {
|
||||
cmd="./cpptest 2"
|
||||
expect=/ok/
|
||||
check "$cmd" "$expect" "$input"
|
||||
}
|
||||
|
||||
check-cpp-signature () {
|
||||
check_cpp_signature () {
|
||||
cmd="./cpptest 3"
|
||||
expect=/ok/
|
||||
check "$cmd" "$expect" "$input"
|
||||
}
|
||||
|
||||
check-buffer () {
|
||||
check_buffer () {
|
||||
cmd="./cpptest 4"
|
||||
expect=/ok/
|
||||
check "$cmd" "$expect" "$input"
|
||||
|
||||
Reference in New Issue
Block a user