summaryrefslogtreecommitdiffstats
path: root/tests/lifecycle.c
Commit message (Expand)AuthorAgeFilesLines
* tests/lifecycle.c: Avoid unnecessary heap allocationsEdward O'Callaghan2023-01-221-10/+3
* tests: Add unit test for initialisation with NULL programmer paramAnastasia Klimchuk2022-09-201-1/+2
* tests/lifecycle: Run shutdown for init error pathsAnastasia Klimchuk2022-09-041-0/+11
* tests: Add function to test programmer init error pathsAnastasia Klimchuk2022-08-101-0/+19
* tests: Split lifecycle test file into per-programmer filesAnastasia Klimchuk2022-07-101-383/+0
* tests: Create lifecycle.h and gather includes and macro thereAnastasia Klimchuk2022-07-101-12/+1
* tests: Remove unnecessary static keyword from lifecycle testsAnastasia Klimchuk2022-06-281-9/+9
* tests: Add dummyflasher unit tests for opaque programmerAnastasia Klimchuk2022-06-281-1/+15
* tests: Rearange CPP guardsThomas Heijligen2022-05-121-33/+34
* tests: Add and include headers with function prototypesAnastasia Klimchuk2022-04-291-0/+1
* tests: Mark all static functions as staticAnastasia Klimchuk2022-04-291-6/+6
* tests/: Add file path and flags validation to open() callsEdward O'Callaghan2022-04-181-3/+42
* tests/lifecycle.c: Deduce out io-setup-teardown do-patternEdward O'Callaghan2022-04-121-33/+19
* tests/linux_spi: Validate params file path and flagsEdward O'Callaghan2022-04-101-0/+6
* tests: assert pathname and flags when calling open()Daniel Campello2022-04-061-8/+6
* tests: use MOCK_FD instead of NON_ZERODaniel Campello2022-04-061-6/+4
* tests: Upgrade linux_spi test to run probe lifecycleAnastasia Klimchuk2022-03-201-2/+28
* tests: Upgrade linux_mtd test to run probe lifecycleAnastasia Klimchuk2022-03-201-2/+2
* tests: Add run_probe_lifecycle and add dummyflasher probe testAnastasia Klimchuk2022-03-201-7/+54
* tests: Rename run_lifecycle into run_basic_lifecycleAnastasia Klimchuk2022-03-101-15/+15
* tests: Rename init_shutdown.c into lifecycle.cAnastasia Klimchuk2022-03-101-0/+352