karazeh
A cross-platform software updating library.
|
#include "karazeh/karazeh.hpp"
#include "karazeh/config.hpp"
#include "karazeh/delta_encoder.hpp"
#include "karazeh/path_resolver.hpp"
#include "karazeh/file_manager.hpp"
#include "karazeh/hashers/md5_hasher.hpp"
#include "test_utils.hpp"
#include "catch.hpp"
Functions | |
TEST_CASE ("DeltaEncoder") | |
TEST_CASE | ( | "DeltaEncoder" | ) |
References kzh::KARAZEH_EXPORT::cache_path, kzh::delta_encoder::delta(), kzh::hasher::digest_rc::digest, kzh::path_resolver::get_root_path(), kzh::md5_hasher::hex_digest(), kzh::file_manager::is_readable(), kzh::file_manager::is_writable(), kzh::delta_encoder::patch(), kzh::path_resolver::resolve(), kzh::KARAZEH_EXPORT::root_path, and kzh::delta_encoder::signature().