#include #if defined(TYP_TEST_CUnit) extern bool ItAll_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(ItAll_Crypto_Test_01_Crypto, ItAll_Crypto_Test_01_Crypto) #endif #if defined(TYP_TEST_CUnit) extern "C" void ItAll_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(); ItAll_Crypto_Test_result_is_ok = result_is_ok; AL_UNITTEST_CHECK(ItAll_Crypto_Test_result_is_ok, true, == ); } #if defined(TYP_TEST_CUnit) extern "C" void ALUnitTest_AddTests(void) { ALUnitTest_AddFunction("ItAll_Crypto_Test_01_Crypto" , ItAll_Crypto_Test_01_Crypto); } #endif #if defined(TYP_TEST_CUnit) bool ItAll_Crypto_Test_result_is_ok; #endif