chiark / gitweb /
math/: Distribute the `mpx-mul4' test vectors, with the correct name.
[catacomb] / math / mpx-mul4-test.c
index 883c4fcc77f3ecfdb4df193fd3118f43216409c7..355c7cebe595675903d3a96738153ee9d7a10067 100644 (file)
@@ -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/mpx-mul4");
   return (0);
 }