X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/mpx.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/mpx.c diff --git a/mpx.c b/math/mpx.c similarity index 99% rename from mpx.c rename to math/mpx.c index 29e1dedb..12941247 100644 --- a/mpx.c +++ b/math/mpx.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Low-level multiprecision arithmetic * @@ -1730,7 +1728,7 @@ static test_chunk defs[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, defs, SRCDIR"/tests/mpx"); + test_run(argc, argv, defs, SRCDIR"/t/mpx"); return (0); }