summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorDaniel Fiala <daniel@openssl.org>2022-08-05 04:44:51 +0200
committerTomas Mraz <tomas@openssl.org>2023-01-11 15:06:38 +0100
commit5c6936e92df88828ed58c678f86b555b5413e858 (patch)
tree18ed2a7b1e955f44f072f0d34432ea508a10bdb1 /test/recipes
parent2f2176dc8d38f0248c748c11d992fa595d15f88c (diff)
Add tests for trace_api.
Fixes openssl#17422 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (cherry picked from commit fcff5bd43c85418cc4aa8052e3dc3dba344d763e) Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19958)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/90-test_traceapi.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/recipes/90-test_traceapi.t b/test/recipes/90-test_traceapi.t
new file mode 100644
index 0000000000..f2c64795d3
--- /dev/null
+++ b/test/recipes/90-test_traceapi.t
@@ -0,0 +1,12 @@
+#! /usr/bin/env perl
+# Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the Apache License 2.0 (the "License"). You may not use
+# this file except in compliance with the License. You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_traceapi", "trace_api_test");