mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
tests: Added properly working custom unit tests
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <hex/helpers/crypto.hpp>
|
||||
#include "test_provider.hpp"
|
||||
#include "tests.hpp"
|
||||
|
||||
TEST_SEQUENCE("TestSucceeding") {
|
||||
TEST_SUCCESS();
|
||||
};
|
||||
|
||||
TEST_SEQUENCE("TestFailing", FAILING) {
|
||||
TEST_FAIL();
|
||||
};
|
||||
Reference in New Issue
Block a user