Add implementation for the murmur3 x64_128 hash
Release / release (push) Successful in 3s

This commit is contained in:
2026-08-30 22:03:28 +01:00
parent d5578f009a
commit 55ff77c4ea
15 changed files with 980 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@
#include "test_stream.h"
#include "test_cpath.h"
#include "test_file.h"
#include "test_hasher.h"
#include "test_shell_commander.h"
#include "wapp.h"
#include <stdlib.h>
@@ -101,6 +102,7 @@ int main(void) {
test_wapp_file_close,
test_wapp_file_rename,
test_wapp_file_remove,
test_murmur3,
test_commander_cmd_success,
test_commander_cmd_failure,
test_commander_cmd_out_buf_success,