Skip to content

Commit

Permalink
Fix its tests in non-psa targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schwarcz authored and Alexander Zilberkant committed Nov 25, 2018
1 parent 9b13e24 commit aa7e1ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit aa7e1ce

Please sign in to comment.