chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gfreduce.c
similarity index 99%
rename from gfreduce.c
rename to math/gfreduce.c
index f9b92c8f006616ae67452563339e8169d525a3bb..164122d8bceb014632568f52b318a3c89526b529 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Efficient reduction modulo sparse binary polynomials
  *
@@ -643,7 +641,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/gfreduce");
+  test_run(argc, argv, defs, SRCDIR"/t/gfreduce");
   return (0);
 }