chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gfx-sqr.c
similarity index 98%
rename from gfx-sqr.c
rename to math/gfx-sqr.c
index ef54cf1317a824251b7d1023e3869f30e593d8b6..8e26f361c28baa2724be6fa3792af649754bcb51 100644 (file)
--- a/gfx-sqr.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Sqaring binary polynomials
  *
@@ -205,7 +203,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);
 }