Write a small comment so we know...

This commit is contained in:
Richard Levitte 2001-03-08 17:22:38 +00:00
parent abb48d5a5f
commit a2b03690a8
2 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,7 @@ test_bn:
./$(EXPTEST) ./$(EXPTEST)
test_ec: test_ec:
@echo 'test elliptic curves'
./$(ECTEST) ./$(ECTEST)
test_verify: test_verify:

View File

@ -174,6 +174,7 @@ $ write sys$output "test a^b%c implementations"
$ mcr 'texe_dir''exptest' $ mcr 'texe_dir''exptest'
$ return $ return
$ test_ec: $ test_ec:
$ write sys$output "test elliptic curves"
$ mcr 'texe_dir''ectest' $ mcr 'texe_dir''ectest'
$ return $ return
$ test_verify: $ test_verify: