Infrastructure: Switch testing over to Autotest.
[mLib] / hash / t / crc32.tests
diff --git a/hash/t/crc32.tests b/hash/t/crc32.tests
new file mode 100644 (file)
index 0000000..9fb2baf
--- /dev/null
@@ -0,0 +1,11 @@
+### -*-conf-*-
+### crc32 tests
+
+hash {
+  ""                                                           0;
+  "foo"                                                                0x8c736521;
+  "anything you like"                                          0x2c090211;
+  "an exaple test string"                                      0x686a05aa;
+  "The quick brown fox jumps over the lazy dog."               0x519025e9;
+  "A man, a plan, a canal: Panama!"                            0x27f3faee;
+}