chiark / gitweb /
Rearrange the file tree.
[catacomb] / pub / gdsa.c
similarity index 99%
rename from gdsa.c
rename to pub/gdsa.c
index 1f5dac7913a4f7c7ef0b75462c74a6b320ae4581..6fea5f416abac776fc26e92d27a3a724b8bea7d1 100644 (file)
--- a/gdsa.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Generalized version of DSA
  *
@@ -248,7 +246,7 @@ static const test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/gdsa");
+  test_run(argc, argv, tests, SRCDIR "/t/gdsa");
   return (0);
 }