Commit a2b03690 authored by Richard Levitte's avatar Richard Levitte
Browse files

Write a small comment so we know...

parent abb48d5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ test_bn:
	./$(EXPTEST)

test_ec:
	@echo 'test elliptic curves'
	./$(ECTEST)

test_verify:
+1 −0
Original line number Diff line number Diff line
@@ -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: