chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gf-arith.c
similarity index 99%
rename from gf-arith.c
rename to math/gf-arith.c
index 5a7b3f2960d0165fb5f23016035ca7d69fef6e84..1c67c74b250943950444e588ac1eb9093b94981f 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Basic arithmetic on binary polynomials
  *
@@ -300,7 +298,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/gf");
+  test_run(argc, argv, tests, SRCDIR "/t/gf");
   return (0);
 }