chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / bbs-rand.c
similarity index 99%
rename from bbs-rand.c
rename to pub/bbs-rand.c
index 20d9c7a989853bb70cfc3471d52625dbcfe8c9c6..58b62b100c28fff9ebe3264a1a392846981fe190 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Blum-Blum-Shub secure random number generator
  *
@@ -414,7 +412,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/bbs");
+  test_run(argc, argv, tests, SRCDIR "/t/bbs");
   return (0);
 }