summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-08 17:22:38 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-08 17:22:38 +0000
commita2b03690a8057f6ed3f85afce93c490139f3305a (patch)
treed0af1fef0797b2987ca7967cb2668a16d53e7aad /test
parentabb48d5a5f59756a58dc1b12543172a235b34951 (diff)
Write a small comment so we know...
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl1
-rw-r--r--test/tests.com1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index bf0c45a364..86353aadfd 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -203,6 +203,7 @@ test_bn:
./$(EXPTEST)
test_ec:
+ @echo 'test elliptic curves'
./$(ECTEST)
test_verify:
diff --git a/test/tests.com b/test/tests.com
index 8cd671415c..613ac2dd69 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -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: