X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/mpcrt.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/mpcrt.c diff --git a/mpcrt.c b/math/mpcrt.c similarity index 99% rename from mpcrt.c rename to math/mpcrt.c index bf6459f2..a8f805fb 100644 --- a/mpcrt.c +++ b/math/mpcrt.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Chinese Remainder Theorem computations (Gauss's algorithm) * @@ -284,7 +282,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { sub_init(); - test_run(argc, argv, tests, SRCDIR "/tests/mpcrt"); + test_run(argc, argv, tests, SRCDIR "/t/mpcrt"); return (0); }