11 lines
202 B
C++
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();
|
|
}; |