Edward O'Callaghan | 6a2abda | 2020-05-20 20:10:20 +1000 | [diff] [blame] | 1 | #ifndef TESTS_H |
| 2 | #define TESTS_H |
| 3 | |
Edward O'Callaghan | 2125edb | 2020-05-22 16:46:26 +1000 | [diff] [blame^] | 4 | /* spi25.c */ |
| 5 | void spi_write_enable_test_success(void **state); |
| 6 | void spi_write_disable_test_success(void **state); |
| 7 | void probe_spi_rdid_test_success(void **state); |
| 8 | void probe_spi_rdid4_test_success(void **state); |
| 9 | void probe_spi_rems_test_success(void **state); |
| 10 | void probe_spi_res1_test_success(void **state); |
| 11 | void probe_spi_res2_test_success(void **state); |
| 12 | void probe_spi_res3_test_success(void **state); |
| 13 | void probe_spi_at25f_test_success(void **state); |
| 14 | |
Edward O'Callaghan | 6a2abda | 2020-05-20 20:10:20 +1000 | [diff] [blame] | 15 | #endif /* TESTS_H */ |