chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
math/: Distribute the `mpx-mul4' test vectors, with the correct name.
[catacomb]
/
math
/
mpx-mul4-test.c
diff --git
a/math/mpx-mul4-test.c
b/math/mpx-mul4-test.c
index 883c4fcc77f3ecfdb4df193fd3118f43216409c7..355c7cebe595675903d3a96738153ee9d7a10067 100644
(file)
--- a/
math/mpx-mul4-test.c
+++ b/
math/mpx-mul4-test.c
@@
-284,7
+284,7
@@
int main(int argc, char *argv[])
sub_init();
if (!cpu_features_p())
{ fprintf(stderr, "required cpu feature not available\n"); exit(77); }
- test_run(argc, argv, tests, SRCDIR "/t/mul4");
+ test_run(argc, argv, tests, SRCDIR "/t/m
px-m
ul4");
return (0);
}