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-sqrt.c
diff --git
a/mp-sqrt.c
b/math/mp-sqrt.c
similarity index 98%
rename from
mp-sqrt.c
rename to
math/mp-sqrt.c
index 1491021b8926e42e44cbd6c5cc62a1454ffa0476..2dbe4189534ffab7998bd70d40df169f3ae381d3 100644
(file)
--- a/
mp-sqrt.c
+++ b/
math/mp-sqrt.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Compute integer square roots
*
@@
-146,7
+144,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);
}