chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use @ATOM_HASH@ rather than digging in the @atom@ structure.
[mLib]
/
bits.c
diff --git
a/bits.c
b/bits.c
index 7ecebe6d747f187872513ca3eea6c23a4ea2383b..f3d773236faad8bee4ffabd04e54eb35f1e1958a 100644
(file)
--- a/
bits.c
+++ b/
bits.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: bits.c,v 1.
1 2000/07/16 12:28:00
mdw Exp $
+ * $Id: bits.c,v 1.
2 2000/10/14 16:46:44
mdw Exp $
*
* Test rig for bits header
*
*
* Test rig for bits header
*
@@
-30,6
+30,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: bits.c,v $
/*----- 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'.
*
* Revision 1.1 2000/07/16 12:28:00 mdw
* Test equipment for the 64-bit arithmetic in `bits.h'.
*
@@
-105,7
+109,7
@@
static test_chunk tests[] = {
int main(int argc, char *argv[])
{
int main(int argc, char *argv[])
{
- test_run(argc, argv, tests,
"
bits.test");
+ test_run(argc, argv, tests,
SRCDIR "/
bits.test");
return (0);
}
return (0);
}