#include #if defined(TYP_TEST_CUnit) extern bool Mt_Crypto_Test_result_is_ok; #endif extern "C" bool test_single_dig_sig_xmss_sha2_10_256_msg_abc_verify_only(); #if defined(TYP_TEST_GoogleTest) TEST(Mt_Crypto_Test_01_Crypto, Mt_Crypto_Test_01_Crypto) #endif #if defined(TYP_TEST_CUnit) extern "C" void Mt_Crypto_Test_01_Crypto(void) #endif { bool result_is_ok = true; result_is_ok &= test_single_dig_sig_xmss_sha2_10_256_msg_abc_verify_only(); Mt_Crypto_Test_result_is_ok = result_is_ok; AL_UNITTEST_CHECK(Mt_Crypto_Test_result_is_ok, true, == ); } #if defined(TYP_TEST_CUnit) extern "C" void ALUnitTest_AddTests(void) { ALUnitTest_AddFunction("Mt_Crypto_Test_01_Crypto" , Mt_Crypto_Test_01_Crypto); } #endif #if defined(TYP_TEST_CUnit) bool Mt_Crypto_Test_result_is_ok; #endif