mbed-os/components/TARGET_PSA/TESTS/compliance_crypto/test_c032/main.c

10 lines
198 B
C

#include "val_interfaces.h"
#include "pal_mbed_os_intf.h"
void test_entry_c032(val_api_t *val_api, psa_api_t *psa_api);
int main(void)
{
test_start(test_entry_c032, COMPLIANCE_TEST_CRYPTO);
}