chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange the file tree.
[catacomb]
/
math
/
mp-gcd.c
diff --git
a/mp-gcd.c
b/math/mp-gcd.c
similarity index 99%
rename from
mp-gcd.c
rename to
math/mp-gcd.c
index 40531c7c11ce7c0b02f6a010442b7c3dcb08fa68..6e059e302f3e0168c2dd99e0bf4397a7a01ce4c5 100644
(file)
--- a/
mp-gcd.c
+++ b/
math/mp-gcd.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Extended GCD calculation
*
@@
-338,7
+336,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/t
ests
/mp");
+ test_run(argc, argv, tests, SRCDIR "/t/mp");
return (0);
}