aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t-engine-info.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-10-24 14:07:31 +0000
committerWerner Koch <[email protected]>2012-10-24 14:07:31 +0000
commitcc59b75b21516198b39a56950afbcec140d8ba48 (patch)
treebbeb50a7cef607529dfea4b7ceae2bc29e1fdbbc /tests/t-engine-info.c
parentTrace the use of GPG_ERR_INV_ENGINE. (diff)
downloadgpgme-cc59b75b21516198b39a56950afbcec140d8ba48.tar.gz
gpgme-cc59b75b21516198b39a56950afbcec140d8ba48.zip
tests: Adhere to the docs and call gpgme_check_version.
* tests/t-engine-info.c: Call gpgme_check_version.
Diffstat (limited to 'tests/t-engine-info.c')
-rw-r--r--tests/t-engine-info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t-engine-info.c b/tests/t-engine-info.c
index beb49923..ec2e1e84 100644
--- a/tests/t-engine-info.c
+++ b/tests/t-engine-info.c
@@ -73,6 +73,7 @@ main (int argc, char **argv )
gpgme_engine_info_t info;
gpgme_error_t err;
+ gpgme_check_version (NULL);
err = gpgme_get_engine_info (&info);
fail_if_err (err);