Infrastructure: Switch testing over to Autotest.
[mLib] / utils / t / bits-test.c
similarity index 98%
rename from utils/bits.c
rename to utils/t/bits-test.c
index db98331..0d0f66c 100644 (file)
@@ -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);
 }