X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/blobdiff_plain/ba6e6b64033b1f9de49feccb5c9cd438354481f7:/group-test.c..0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a:/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 5608ec06..7cd0cd25 100644 --- a/group-test.c +++ b/math/group-test.c @@ -1,6 +1,4 @@ /* -*-c-*- - * - * $Id: group-test.c,v 1.3 2004/04/08 01:36:15 mdw Exp $ * * Testing group operations * @@ -556,7 +554,7 @@ static const test_chunk tests[] = { int main(int argc, char *argv[]) { sub_init(); - test_run(argc, argv, tests, SRCDIR "/tests/group"); + test_run(argc, argv, tests, SRCDIR "/t/group"); return (0); }