1
0
mirror of synced 2024-11-27 17:10:51 +01:00
ImHex/tests/algorithms/source/hash.cpp

11 lines
202 B
C++

#include <hex/helpers/crypto.hpp>
#include "test_provider.hpp"
#include "tests.hpp"
TEST_SEQUENCE("TestSucceeding") {
TEST_SUCCESS();
};
TEST_SEQUENCE("TestFailing", FAILING) {
TEST_FAIL();
};