X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/cb114820387fa33d504766fa8fd03132bde55973..9dc511e46d5acad665175981f824288062e27671:/bits.c diff --git a/bits.c b/bits.c index f3d7732..27b68fd 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bits.c,v 1.2 2000/10/14 16:46:44 mdw Exp $ + * $Id: bits.c,v 1.4 2004/04/08 01:36:11 mdw Exp $ * * Test rig for bits header * @@ -27,18 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: bits.c,v $ - * 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'. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "bits.h" @@ -109,7 +97,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, tests, SRCDIR "/bits.test"); + test_run(argc, argv, tests, SRCDIR "/bits.in"); return (0); }