chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpcrt.c
similarity index 99%
rename from mpcrt.c
rename to math/mpcrt.c
index bf6459f2663d58c1f1e5e833f39837c880371b39..a8f805fb729936c86f7ce25c96fa85b8992e4252 100644 (file)
--- a/mpcrt.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Chinese Remainder Theorem computations (Gauss's algorithm)
  *
@@ -284,7 +282,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mpcrt");
+  test_run(argc, argv, tests, SRCDIR "/t/mpcrt");
   return (0);
 }