mirror of https://github.com/ARMmbed/mbed-os.git
Build PS tests only if FLASHIAP exists
parent
0701fb1c58
commit
b8745b8ed8
|
@ -178,8 +178,10 @@ utest::v1::status_t case_its_setup_handler(const Case *const source, const size_
|
|||
Case cases[] = {
|
||||
Case("PSA prot internal storage - Basic", case_its_setup_handler<its>, pits_ps_test<its>, case_its_teardown_handler),
|
||||
Case("PSA prot internal storage - Write-once", case_its_setup_handler<its>, pits_ps_write_once_test<its>, case_its_teardown_handler),
|
||||
#if COMPONENT_FLASHIAP
|
||||
Case("PSA protected storage - Basic", case_its_setup_handler<ps>, pits_ps_test<ps>),
|
||||
Case("PSA protected storage - Write-once", case_its_setup_handler<ps>, pits_ps_write_once_test<ps>)
|
||||
#endif
|
||||
};
|
||||
|
||||
utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
|
||||
|
|
Loading…
Reference in New Issue