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