X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/gfx-sqr.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/gfx-sqr.c diff --git a/gfx-sqr.c b/math/gfx-sqr.c similarity index 98% rename from gfx-sqr.c rename to math/gfx-sqr.c index ef54cf13..8e26f361 100644 --- a/gfx-sqr.c +++ b/math/gfx-sqr.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id$ * * Sqaring binary polynomials * @@ -205,7 +203,7 @@ static test_chunk defs[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, defs, SRCDIR"/tests/gfx"); + test_run(argc, argv, defs, SRCDIR"/t/gfx"); return (0); }