chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gfx.c
similarity index 99%
rename from gfx.c
rename to math/gfx.c
index b1bdd51279855741a39ced9b371e5a943b5d69b8..56bea481df05305b1a6e9c9eb4bd877eeca0b3db 100644 (file)
--- a/gfx.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Low-level arithmetic on binary polynomials
  *
@@ -380,7 +378,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);
 }