1
0
mirror of synced 2025-02-15 01:52:40 +01:00
2021-10-20 11:17:55 +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();
};