X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/7ba379a677058c8f48bf4f98631db4cf63cc56a2..1e8abdf50f7f376628db1f084f1fd64279765dcb:/math/mpx-mul4-test.c diff --git a/math/mpx-mul4-test.c b/math/mpx-mul4-test.c index 883c4fcc..355c7ceb 100644 --- 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/mpx-mul4"); return (0); }