Files
imhex/tests/algorithms/source/hash.cpp
2021-10-14 21:19:31 +02:00

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();
};