summaryrefslogtreecommitdiffstats
path: root/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix fread wrap to return success by defaultAnastasia Klimchuk2021-10-191-3/+3
* tests: Extract libusb wraps into separate fileAnastasia Klimchuk2021-10-181-46/+0
* tests: Move current_io to io_mock.c be visible across testsAnastasia Klimchuk2021-10-181-41/+34
* tests: Move LOG_ME to include/tests.h to be available everywhereAnastasia Klimchuk2021-10-181-3/+0
* tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLEAnastasia Klimchuk2021-10-181-10/+14
* tests: Add tests to read from chipAnastasia Klimchuk2021-10-011-0/+38
* mec1308: remove MEC1308 EC programmerVictor Ding2021-09-221-1/+0
* ene_lpc: remove ENE LPC programmerVictor Ding2021-09-221-1/+0
* tests: Mock file i/o for linux_mtd and linux_spi testsAnastasia Klimchuk2021-08-301-1/+65
* tests: Add tests to erase a chipAnastasia Klimchuk2021-08-191-0/+6
* tests: add init_shutdown test for realtek_mst_i2c_spiPeter Marheine2021-08-191-0/+29
* tests: Add init-shutdown test for nicrealtekAnastasia Klimchuk2021-08-091-0/+17
* tests: Add unit tests for layout sanity checksAnastasia Klimchuk2021-07-221-0/+3
* tests: Add layout tests for overlapping regionsAnastasia Klimchuk2021-07-191-0/+7
* tests: Wrap strdup to help cmocka recognise memory allocationAnastasia Klimchuk2021-07-191-0/+11
* dediprog: Init-shutdown test for dediprogAnastasia Klimchuk2021-07-191-3/+51
* tests.c: Move opening brace on new line for function bodyAnastasia Klimchuk2021-07-081-6/+12
* tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.cAnastasia Klimchuk2021-06-051-0/+55
* tests: Add unit test to run init/shutdown for linux_spi.cAnastasia Klimchuk2021-04-271-0/+43
* tests: Add unit test to run init/shutdown for dummyflasher.cAnastasia Klimchuk2021-04-271-0/+5
* tests: Add logging to STDOUT when __wrap function is calledAnastasia Klimchuk2021-04-271-2/+7
* tests: Update licence headersNikolai Artemiev2020-09-171-2/+14
* tests/spi25.c: Add unit-test coverage of spi95.cEdward O'Callaghan2020-06-171-0/+1
* tests/: Add helper.c unit testsEdward O'Callaghan2020-06-171-0/+11
* tests/: Add flashrom.c unit testsEdward O'Callaghan2020-06-171-0/+5
* tests/: Add spi25.c unit testsEdward O'Callaghan2020-06-161-0/+13
* tests/: Add CMocka unit-test infrastructureEdward O'Callaghan2020-06-161-0/+25