[test/README.md] minor fix of examples missing the test target
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 30 Jun 2020 12:56:14 +0000 (15:56 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Thu, 2 Jul 2020 13:48:15 +0000 (16:48 +0300)
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/12326)

test/README.md

index 5c80d64762e4537059aab8210b342cb9f5b1d514..76bf1b17aa508d4cef3fd9d227a72c4d6b228251 100644 (file)
@@ -114,15 +114,15 @@ starting with "test_ssl_":
 
 Run only test group 10:
 
-    $ make TESTS='10'
+    $ make TESTS='10' test
 
 Run all tests except the slow group (group 99):
 
-    $ make TESTS='-99'
+    $ make TESTS='-99' test
 
 Run all tests in test groups 80 to 99 except for tests in group 90:
 
-    $ make TESTS='[89]? -90'
+    $ make TESTS='[89]? -90' test
 
 To stochastically verify that the algorithm that produces uniformly distributed
 random numbers is operating correctly (with a false positive rate of 0.01%):