chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gfn.c
similarity index 98%
rename from gfn.c
rename to math/gfn.c
index 8bfc44176e8314ddbad8a67881a38633ee71d137..c9b90c0ce5fcca69f317ce17e86102d3e6170654 100644 (file)
--- a/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);
 }