X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/mpmul.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/mpmul.c diff --git a/mpmul.c b/math/mpmul.c similarity index 97% rename from mpmul.c rename to math/mpmul.c index 1f932b0d..e168bc19 100644 --- a/mpmul.c +++ b/math/mpmul.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: mpmul.c,v 1.5 2004/04/08 01:36:15 mdw Exp $ * * Multiply many small numbers together * @@ -172,7 +170,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, tests, SRCDIR "/tests/mp"); + test_run(argc, argv, tests, SRCDIR "/t/mp"); return (0); }