chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mp-sqrt.c
similarity index 98%
rename from mp-sqrt.c
rename to math/mp-sqrt.c
index 1491021b8926e42e44cbd6c5cc62a1454ffa0476..2dbe4189534ffab7998bd70d40df169f3ae381d3 100644 (file)
--- a/mp-sqrt.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Compute integer square roots
  *
@@ -146,7 +144,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);
 }