Add a few tests that expect at most one interrupt being triggered when
configuring a GPIO output in two scenarios:
1. From just after booting
2. After another configuration of the same values
Due 1., this patch adds the tests to run before any other tests in the
gpio_basic_api test suite.
Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
|
||
|---|---|---|
| .. | ||
| gpio_emul_callback.c | ||
| main.c | ||
| test_callback_manage.c | ||
| test_callback_trigger.c | ||
| test_config_trigger.c | ||
| test_gpio_port.c | ||
| test_gpio.h | ||