X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/gfn.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/math/gfn.c diff --git a/gfn.c b/math/gfn.c similarity index 98% rename from gfn.c rename to math/gfn.c index 8bfc4417..c9b90c0c 100644 --- a/gfn.c +++ b/math/gfn.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: gfn.c,v 1.2 2004/04/08 01:36:15 mdw Exp $ * * Normal-basis translation for binary fields * @@ -265,7 +263,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, tests, SRCDIR "/tests/gfn"); + test_run(argc, argv, tests, SRCDIR "/t/gfn"); return (0); }