chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mptext.c
similarity index 99%
rename from mptext.c
rename to math/mptext.c
index 8c00e3468ab10ad4d94b4c6fd3efe309ad43e963..5d4640eff377fa7cf06c7082b790b89e146b8226 100644 (file)
--- a/mptext.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Textual representation of multiprecision numbers
  *
@@ -842,7 +840,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mptext");
+  test_run(argc, argv, tests, SRCDIR "/t/mptext");
   return (0);
 }