mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
init
This commit is contained in:
17
tests/crypto/MD5Test.h
Normal file
17
tests/crypto/MD5Test.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by Stepan Usatiuk on 15.04.2023.
|
||||
//
|
||||
|
||||
#ifndef SEMBACKUP_MD5TEST_H
|
||||
#define SEMBACKUP_MD5TEST_H
|
||||
|
||||
#include "../../src/crypto/MD5.h"
|
||||
#include "../utils/TestGroupGenerator.h"
|
||||
|
||||
class MD5Test : public TestGroupGenerator {
|
||||
public:
|
||||
std::unique_ptr<TestGroup> operator()() override;
|
||||
};
|
||||
|
||||
|
||||
#endif//SEMBACKUP_MD5TEST_H
|
||||
Reference in New Issue
Block a user