chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mp-arith.c
similarity index 99%
rename from mp-arith.c
rename to math/mp-arith.c
index f00af543903f69a792c98e34b460121411005745..2d7d63593b602e1f44138553ade35cad2551de92 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Basic arithmetic on multiprecision integers
  *
@@ -922,7 +920,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/mp");
+  test_run(argc, argv, tests, SRCDIR "/t/mp");
   return (0);
 }