X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/mpbarrett.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/mpbarrett.c diff --git a/mpbarrett.c b/math/mpbarrett.c similarity index 98% rename from mpbarrett.c rename to math/mpbarrett.c index 13210b3d..cadb9b36 100644 --- a/mpbarrett.c +++ b/math/mpbarrett.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Barrett modular reduction * @@ -204,7 +202,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { sub_init(); - test_run(argc, argv, tests, SRCDIR "/tests/mpbarrett"); + test_run(argc, argv, tests, SRCDIR "/t/mpbarrett"); return (0); }