chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpbarrett.c
similarity index 98%
rename from mpbarrett.c
rename to math/mpbarrett.c
index 13210b3dcf8c792677bf911ebe2512a0a300f847..cadb9b36e182e63a668acb7f664bff051a123903 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Barrett modular reduction
  *
@@ -204,7 +202,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mpbarrett");
+  test_run(argc, argv, tests, SRCDIR "/t/mpbarrett");
   return (0);
 }