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
/
gfx-sqr.c
diff --git
a/gfx-sqr.c
b/math/gfx-sqr.c
similarity index 98%
rename from
gfx-sqr.c
rename to
math/gfx-sqr.c
index ef54cf1317a824251b7d1023e3869f30e593d8b6..8e26f361c28baa2724be6fa3792af649754bcb51 100644
(file)
--- a/
gfx-sqr.c
+++ b/
math/gfx-sqr.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Sqaring binary polynomials
*
@@
-205,7
+203,7
@@
static test_chunk defs[] = {
int main(int argc, char *argv[])
{
- test_run(argc, argv, defs, SRCDIR"/t
ests
/gfx");
+ test_run(argc, argv, defs, SRCDIR"/t/gfx");
return (0);
}