chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / pgen.c
similarity index 99%
rename from pgen.c
rename to math/pgen.c
index 1a2a8ac6fb422e80dc9431595c79aa0f05fe8fa6..9a822f57e7e3d6604c1eb16adaba6a8b055c8006 100644 (file)
--- a/pgen.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Prime generation glue
  *
@@ -414,7 +412,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/pgen");
+  test_run(argc, argv, tests, SRCDIR "/t/pgen");
   return (0);
 }
 #endif