Write a small comment so we know...
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2001 17:22:38 +0000 (17:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2001 17:22:38 +0000 (17:22 +0000)
test/Makefile.ssl
test/tests.com

index bf0c45a364a613df3ede92a7000631292ebd4ec0..86353aadfd8e5b592e02065d950cfd81aa5fd653 100644 (file)
@@ -203,6 +203,7 @@ test_bn:
        ./$(EXPTEST)
 
 test_ec:
+       @echo 'test elliptic curves'
        ./$(ECTEST)
 
 test_verify:
index 8cd671415c8c08c2333b0472fc0a9d50b3c66a62..613ac2dd69c71ecd5860d57870ee57abc7851e9c 100644 (file)
@@ -174,6 +174,7 @@ $   write sys$output "test a^b%c implementations"
 $      mcr 'texe_dir''exptest'
 $      return
 $ test_ec:
+$      write sys$output "test elliptic curves"
 $      mcr 'texe_dir''ectest'
 $      return
 $ test_verify: