chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpreduce.c
similarity index 99%
rename from mpreduce.c
rename to math/mpreduce.c
index 5016f29ea34d56a37a7e53ed5987072df09433c3..669f516f325c27ad36b9b045b6f7e303558dde85 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Efficient reduction modulo nice primes
  *
@@ -431,7 +429,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/mpreduce");
+  test_run(argc, argv, defs, SRCDIR"/t/mpreduce");
   return (0);
 }