chiark / gitweb /
Rearrange the file tree.
[catacomb] / math / ec-test.c
similarity index 99%
rename from ec-test.c
rename to math/ec-test.c
index ad2af9087e04588c9350a1bb6c22c87bd1eaad1b..db59294c663fccc2e3b47ed44a4cb705642ad5b1 100644 (file)
--- a/ec-test.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Code for testing elliptic-curve stuff
  *
@@ -338,7 +336,7 @@ static test_chunk tests[] = {
 int main(int argc, char *argv[])
 {
   sub_init();
-  test_run(argc, argv, tests, SRCDIR "/tests/ec");
+  test_run(argc, argv, tests, SRCDIR "/t/ec");
   return (0);
 }