mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 19:24:29 +00:00
Add unit tests for Adler-32.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Created by claunia on 5/10/21.
|
||||
//
|
||||
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
#include "../library.h"
|
||||
#include "../crc32.h"
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#define EXPECTED_CRC32 0x2B6E6854
|
||||
|
||||
const uint8_t* buffer;
|
||||
static const uint8_t* buffer;
|
||||
|
||||
class crc32Fixture : public ::testing::Test
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user