chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / mpx-kmul.c
similarity index 99%
rename from mpx-kmul.c
rename to math/mpx-kmul.c
index 081de885c7915fac1e3e575c299364777f191187..35a3deb65d8fbd83490f45e4bfecb6bc36817738 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Karatsuba's multiplication algorithm
  *
@@ -240,7 +238,7 @@ static test_chunk defs[] = {
 
 int main(int argc, char *argv[])
 {
-  test_run(argc, argv, defs, SRCDIR"/tests/mpx");
+  test_run(argc, argv, defs, SRCDIR"/t/mpx");
   return (0);
 }