chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / gf-gcd.c
similarity index 99%
rename from gf-gcd.c
rename to math/gf-gcd.c
index 03cee470c17879944633088a1cfa90c878b93a10..f81aac718b96f77a82f4569a3def6b48476035ed 100644 (file)
--- a/gf-gcd.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Euclidian algorithm on binary polynomials
  *
@@ -254,7 +252,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/gf");
+  test_run(argc, argv, tests, SRCDIR "/t/gf");
   return (0);
 }