summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Add wrappers for libusb_(attach|detach)_kernel_driverThomas Heijligen2022-09-073-0/+16
* tree: Fix drivers to pass programmer_cfg to pcidev_init()Edward O'Callaghan2022-09-072-2/+4
* tests: Add tests to cover unhandled programmer params pathsAnastasia Klimchuk2022-09-043-0/+64
* tests/lifecycle: Run shutdown for init error pathsAnastasia Klimchuk2022-09-041-0/+11
* tests/parade_lspcon.c: Add emulation for ioctl, read, write operationsAnastasia Klimchuk2022-09-041-0/+86
* cmocka: Drop as meson subprojectThomas Heijligen2022-08-171-1/+1
* tests/realtek_mst_i2c_spi.c: Fix macro closing commentFelix Singer2022-08-101-1/+1
* tests: Test allow_brick is required for i2c programmers initAnastasia Klimchuk2022-08-105-0/+54
* tests: Add function to test programmer init error pathsAnastasia Klimchuk2022-08-102-0/+21
* tests: Add basic lifecycle test for mediatek_i2c_spiAnastasia Klimchuk2022-08-084-0/+39
* tests: Add basic lifecycle test for parade_lspconAnastasia Klimchuk2022-08-084-0/+39
* tests/test.c: Allow filtering of tests using cmocka APIEvan Benn2022-08-021-1/+4
* meson: fix various meson build warnings and formattingNikolai Artemiev2022-07-281-3/+0
* realtek_mst_i2c_spi: Use underscores for parameters instead hyphensFelix Singer2022-07-221-1/+1
* realtek_mst_i2c_spi.c: Add allow-brick=yes programmer paramEdward O'Callaghan2022-07-171-1/+1
* tests: Make libusb conditional dependency for unit testsAnastasia Klimchuk2022-07-103-6/+64
* tests: Split lifecycle test file into per-programmer filesAnastasia Klimchuk2022-07-109-383/+502
* tests: Add lifecycle function prototypes into lifecycle.h headerAnastasia Klimchuk2022-07-102-7/+6
* tests: Create lifecycle.h and gather includes and macro thereAnastasia Klimchuk2022-07-102-12/+33
* tests: Remove unnecessary static keyword from lifecycle testsAnastasia Klimchuk2022-06-281-9/+9
* tests: Add dummyflasher unit tests for opaque programmerAnastasia Klimchuk2022-06-283-1/+17
* tests: Use regular cmocka wraps for hwaccess functionsAnastasia Klimchuk2022-06-214-82/+18
* spi25_statusreg: Allow WRSR_EXT for Status Register 3Nico Huber2022-06-201-1/+1
* libflashrom: Return progress state to the library userRichard Hughes2022-05-253-0/+61
* tests: Rearange CPP guardsThomas Heijligen2022-05-122-33/+41
* tests: test write protectionSergii Dmytruk2022-05-124-0/+344
* tests: Add and include headers with function prototypesAnastasia Klimchuk2022-04-2910-0/+126
* tests: Mark all static functions as staticAnastasia Klimchuk2022-04-292-11/+11
* tests/: Add file path and flags validation to open() callsEdward O'Callaghan2022-04-182-20/+113
* Drop STANDALONE modeThomas Heijligen2022-04-131-1/+0
* 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-064-16/+47
* tests: use MOCK_FD instead of NON_ZERODaniel Campello2022-04-063-9/+9
* tests: Add padding to pci_dev struct for ASANDaniel Campello2022-03-211-0/+1
* tests: add more mock wrappersDaniel Campello2022-03-212-0/+27
* tests: Upgrade linux_spi test to run probe lifecycleAnastasia Klimchuk2022-03-203-4/+30
* tests: Upgrade linux_mtd test to run probe lifecycleAnastasia Klimchuk2022-03-203-4/+4
* tests: Add run_probe_lifecycle and add dummyflasher probe testAnastasia Klimchuk2022-03-203-7/+56
* tests: Rename run_lifecycle into run_basic_lifecycleAnastasia Klimchuk2022-03-103-29/+29
* tests: Rename init_shutdown.c into lifecycle.cAnastasia Klimchuk2022-03-104-4/+4
* tests: Add tests for verify operationAnastasia Klimchuk2022-02-183-0/+100
* tests: Add comprehensive comment for chip.cAnastasia Klimchuk2022-02-141-0/+12
* tests: Set up mock chip memory in consistent and predictable wayAnastasia Klimchuk2022-02-141-0/+2
* tests: add fprintf() mock with redirection to io_mockNikolai Artemiev2022-02-143-0/+16
* tests: Convert write chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert read chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert erase chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+3
* layout: Hoist get_region_range() into libflashrom APIEdward O'Callaghan2022-01-111-1/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+2