X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/c71fde7b8d2d85dc1b8352090743c99ad787b4dd..df852be063ccaffc5f94728db7a3597ced2d375f:/bits.c diff --git a/bits.c b/bits.c index 7ecebe6..52242b2 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bits.c,v 1.1 2000/07/16 12:28:00 mdw Exp $ + * $Id: bits.c,v 1.3 2003/12/14 14:46:11 mdw Exp $ * * Test rig for bits header * @@ -30,6 +30,13 @@ /*----- Revision history --------------------------------------------------* * * $Log: bits.c,v $ + * Revision 1.3 2003/12/14 14:46:11 mdw + * Use right test vector file name. + * + * Revision 1.2 2000/10/14 16:46:44 mdw + * Make sure that the bits testcase gets its test vector from the source + * directory. + * * Revision 1.1 2000/07/16 12:28:00 mdw * Test equipment for the 64-bit arithmetic in `bits.h'. * @@ -105,7 +112,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, tests, "bits.test"); + test_run(argc, argv, tests, SRCDIR "/bits.in"); return (0); }