X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/236f657b6dab66f31f4902cecfc03b4673f5bb98:/utils/bits.c..7cf5c72a6d353ed5a7e340562c11e54c21c85e5e:/utils/t/bits-test.c diff --git a/utils/bits.c b/utils/t/bits-test.c similarity index 98% rename from utils/bits.c rename to utils/t/bits-test.c index db98331..0d0f66c 100644 --- a/utils/bits.c +++ b/utils/t/bits-test.c @@ -95,7 +95,7 @@ static test_chunk tests[] = { int main(int argc, char *argv[]) { - test_run(argc, argv, tests, SRCDIR "/bits.in"); + test_run(argc, argv, tests, SRCDIR "/t/bits.tests"); return (0); }