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
/
group-test.c
diff --git
a/group-test.c
b/math/group-test.c
similarity index 99%
rename from
group-test.c
rename to
math/group-test.c
index 5608ec0699d7a183fe463045aa2de1fc610282f7..7cd0cd2574ada784f0b9061186ef2e61834e0a15 100644
(file)
--- a/
group-test.c
+++ b/
math/group-test.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: group-test.c,v 1.3 2004/04/08 01:36:15 mdw Exp $
*
* Testing group operations
*
*
* Testing group operations
*
@@
-556,7
+554,7
@@
static const test_chunk tests[] = {
int main(int argc, char *argv[])
{
sub_init();
int main(int argc, char *argv[])
{
sub_init();
- test_run(argc, argv, tests, SRCDIR "/t
ests
/group");
+ test_run(argc, argv, tests, SRCDIR "/t/group");
return (0);
}
return (0);
}