1
0
mirror of synced 2025-02-16 02:22:37 +01:00

11 lines
202 B
C++
Raw Normal View History

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