提交 a2b03690 编写于 作者: R Richard Levitte

Write a small comment so we know...

上级 abb48d5a
...@@ -203,6 +203,7 @@ test_bn: ...@@ -203,6 +203,7 @@ test_bn:
./$(EXPTEST) ./$(EXPTEST)
test_ec: test_ec:
@echo 'test elliptic curves'
./$(ECTEST) ./$(ECTEST)
test_verify: test_verify:
......
...@@ -174,6 +174,7 @@ $ write sys$output "test a^b%c implementations" ...@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册