Fix its tests in non-psa targets

pull/8730/head
Michael Schwarcz 2018-11-20 00:39:23 +02:00 committed by Alexander Zilberkant
parent 9b13e240c3
commit aa7e1ce0e5
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
* limitations under the License.
*/
#ifndef TARGET_PSA
#error [NOT_SUPPORTED] ITS tests can run only on PSA-enabled targets.
#endif // TARGET_PSA
#include "test_pits.h"
#include "test_pits_impl.h"