aboutsummaryrefslogtreecommitdiff
path: root/testlogs/public_key_verify_factory_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testlogs/public_key_verify_factory_test.txt')
-rwxr-xr-xtestlogs/public_key_verify_factory_test.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/testlogs/public_key_verify_factory_test.txt b/testlogs/public_key_verify_factory_test.txt
new file mode 100755
index 0000000..87ef822
--- /dev/null
+++ b/testlogs/public_key_verify_factory_test.txt
@@ -0,0 +1,14 @@
+exec ${PAGER:-/usr/bin/less} "$0" || exit 1
+-----------------------------------------------------------------------------
+[==========] Running 2 tests from 1 test case.
+[----------] Global test environment set-up.
+[----------] 2 tests from PublicKeyVerifyFactoryTest
+[ RUN ] PublicKeyVerifyFactoryTest.testBasic
+[ OK ] PublicKeyVerifyFactoryTest.testBasic (0 ms)
+[ RUN ] PublicKeyVerifyFactoryTest.testPrimitive
+[ OK ] PublicKeyVerifyFactoryTest.testPrimitive (0 ms)
+[----------] 2 tests from PublicKeyVerifyFactoryTest (1 ms total)
+
+[----------] Global test environment tear-down
+[==========] 2 tests from 1 test case ran. (1 ms total)
+[ PASSED ] 2 tests.