chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpmul.c
similarity index 97%
rename from mpmul.c
rename to math/mpmul.c
index 1f932b0dd7ea3ca2e727521db23debaa5cdb3600..e168bc19c06d6bbeb321d85004a8efb9afe5702c 100644 (file)
--- a/mpmul.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: mpmul.c,v 1.5 2004/04/08 01:36:15 mdw Exp $
  *
  * Multiply many small numbers together
  *
@@ -172,7 +170,7 @@ static test_chunk tests[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, tests, SRCDIR "/tests/mp");
+  test_run(argc, argv, tests, SRCDIR "/t/mp");
   return (0);
 }