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-arith.c
diff --git
a/mp-arith.c
b/math/mp-arith.c
similarity index 99%
rename from
mp-arith.c
rename to
math/mp-arith.c
index f00af543903f69a792c98e34b460121411005745..2d7d63593b602e1f44138553ade35cad2551de92 100644
(file)
--- a/
mp-arith.c
+++ b/
math/mp-arith.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Basic arithmetic on multiprecision integers
*
@@
-922,7
+920,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);
}