Add compression and scanner tests; fix chunk_decompress data ownership bug, data_destroy NULL safety, chunk_compress memory leak

This commit is contained in:
2026-07-04 21:25:34 +02:00
parent 38019e7e32
commit 43c0a1395d
8 changed files with 268 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef TEST_SCANNER_H
#define TEST_SCANNER_H
void test_scanner();
#endif