summaryrefslogtreecommitdiffstats
path: root/tests/meson.build
Commit message (Expand)AuthorAgeFilesLines
* tests: Emulate multithreading environment for unit testsAnastasia Klimchuk2023-04-271-1/+3
* tests: Add wrap for __fstat50 to fix tests for NetBSDAnastasia Klimchuk2023-03-161-0/+1
* tests: Add llvm-cov option and run target for code coverageEvan Benn2022-12-111-1/+5
* tests: Redirect to real I/O to support coverage runEvan Benn2022-12-091-0/+1
* tests: Add selfcheck to unit testsEvan Benn2022-12-051-0/+1
* tests: add more wrappers for libusb funcsAlexander Goncharov2022-11-291-0/+8
* meson: Move programmer test sources into programmer definitionFelix Singer2022-11-111-9/+4
* tests: Undefine _FORTIFY_SOURCE for unit tests to avoid _chk variantsAnastasia Klimchuk2022-11-071-2/+1
* tests/meson.build: Rename list of source files to `test_srcs`1.3.x_infdevFelix Singer2022-11-011-3/+3
* tests/meson.build: Turn file list into list of file objectsFelix Singer2022-10-151-2/+2
* meson: Refactor the programmer selectionThomas Heijligen2022-09-121-0/+4
* Revert "cmocka: Drop as meson subproject"Nico Huber2022-09-081-1/+1
* tests: Add wrappers for libusb_(attach|detach)_kernel_driverThomas Heijligen2022-09-071-0/+2
* cmocka: Drop as meson subprojectThomas Heijligen2022-08-171-1/+1
* tests: Add basic lifecycle test for mediatek_i2c_spiAnastasia Klimchuk2022-08-081-0/+1
* tests: Add basic lifecycle test for parade_lspconAnastasia Klimchuk2022-08-081-0/+1
* meson: fix various meson build warnings and formattingNikolai Artemiev2022-07-281-3/+0
* tests: Split lifecycle test file into per-programmer filesAnastasia Klimchuk2022-07-101-0/+7
* tests: Use regular cmocka wraps for hwaccess functionsAnastasia Klimchuk2022-06-211-6/+6
* tests: test write protectionSergii Dmytruk2022-05-121-0/+1
* Drop STANDALONE modeThomas Heijligen2022-04-131-1/+0
* tests: add more mock wrappersDaniel Campello2022-03-211-0/+3
* tests: Rename init_shutdown.c into lifecycle.cAnastasia Klimchuk2022-03-101-1/+1
* tests: add fprintf() mock with redirection to io_mockNikolai Artemiev2022-02-141-0/+1
* tests: Add init-shutdown test for raiden_debug_spiAnastasia Klimchuk2021-11-291-0/+12
* tests: Add wraps for __xstat/__fxstat variants of stat/fstatAnastasia Klimchuk2021-11-171-0/+4
* tests: Add tests to write on chipAnastasia Klimchuk2021-11-081-0/+1
* tests: Add wrap for libusb_init and use it in dediprog testAnastasia Klimchuk2021-10-181-0/+1
* tests: Extract libusb wraps into separate fileAnastasia Klimchuk2021-10-181-0/+1
* tests: Move current_io to io_mock.c be visible across testsAnastasia Klimchuk2021-10-181-0/+1
* tests: Add tests to read from chipAnastasia Klimchuk2021-10-011-0/+6
* tests: Mock file i/o for linux_mtd and linux_spi testsAnastasia Klimchuk2021-08-301-0/+9
* tests: Add tests to erase a chipAnastasia Klimchuk2021-08-191-0/+1
* tests: add init_shutdown test for realtek_mst_i2c_spiPeter Marheine2021-08-191-0/+2
* tests: Add init-shutdown test for nicrealtekAnastasia Klimchuk2021-08-091-0/+2
* tests: Add layout tests for overlapping regionsAnastasia Klimchuk2021-07-191-0/+1
* tests: Wrap strdup to help cmocka recognise memory allocationAnastasia Klimchuk2021-07-191-0/+1
* dediprog: Init-shutdown test for dediprogAnastasia Klimchuk2021-07-191-0/+7
* CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enumThomas Heijligen2021-06-101-2/+0
* tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.cAnastasia Klimchuk2021-06-051-0/+7
* tests: Add unit test to run init/shutdown for linux_spi.cAnastasia Klimchuk2021-04-271-0/+7
* tests: Add unit test to run init/shutdown for dummyflasher.cAnastasia Klimchuk2021-04-271-0/+1
* tests: Update licence headersNikolai Artemiev2020-09-171-0/+13
* tests/: Add helper.c unit testsEdward O'Callaghan2020-06-171-0/+1
* tests/: Add flashrom.c unit testsEdward O'Callaghan2020-06-171-0/+1
* tests/: Add spi25.c unit testsEdward O'Callaghan2020-06-161-0/+2
* tests/: Add CMocka unit-test infrastructureEdward O'Callaghan2020-06-161-0/+28