Enable custom test list

Added 2 PAL functions:
pal_set_custom_test_list() - Sets the custom test list buffer
pal_is_test_enabled() - Tells if a test is enabled on platform

The platform can provide the custom test list by calling
pal_set_custom_test_list().
The Validation Abstraction Layer (VAL) calls pal_is_test_enabled()
to check if a test is enabled and eventually runs it.
All tests are enabled if no custom test list is provided.

Signed-off-by: Bruno De Smet <bruno.de.smet@nxp.com>
7 files changed
tree: 18ff41e730fbed0cedece89c6fed9e11105062f6
  1. api-tests/
  2. secure-debug/
  3. tbsa-v8m/
  4. .gitignore
  5. LICENSE.md
  6. README.md