index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
tests.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Extract libusb wraps into separate file
Anastasia Klimchuk
2021-10-18
1
-46
/
+0
*
tests: Move current_io to io_mock.c be visible across tests
Anastasia Klimchuk
2021-10-18
1
-41
/
+34
*
tests: Move LOG_ME to include/tests.h to be available everywhere
Anastasia Klimchuk
2021-10-18
1
-3
/
+0
*
tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE
Anastasia Klimchuk
2021-10-18
1
-10
/
+14
*
tests: Add tests to read from chip
Anastasia Klimchuk
2021-10-01
1
-0
/
+38
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
1
-1
/
+0
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
1
-1
/
+0
*
tests: Mock file i/o for linux_mtd and linux_spi tests
Anastasia Klimchuk
2021-08-30
1
-1
/
+65
*
tests: Add tests to erase a chip
Anastasia Klimchuk
2021-08-19
1
-0
/
+6
*
tests: add init_shutdown test for realtek_mst_i2c_spi
Peter Marheine
2021-08-19
1
-0
/
+29
*
tests: Add init-shutdown test for nicrealtek
Anastasia Klimchuk
2021-08-09
1
-0
/
+17
*
tests: Add unit tests for layout sanity checks
Anastasia Klimchuk
2021-07-22
1
-0
/
+3
*
tests: Add layout tests for overlapping regions
Anastasia Klimchuk
2021-07-19
1
-0
/
+7
*
tests: Wrap strdup to help cmocka recognise memory allocation
Anastasia Klimchuk
2021-07-19
1
-0
/
+11
*
dediprog: Init-shutdown test for dediprog
Anastasia Klimchuk
2021-07-19
1
-3
/
+51
*
tests.c: Move opening brace on new line for function body
Anastasia Klimchuk
2021-07-08
1
-6
/
+12
*
tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.c
Anastasia Klimchuk
2021-06-05
1
-0
/
+55
*
tests: Add unit test to run init/shutdown for linux_spi.c
Anastasia Klimchuk
2021-04-27
1
-0
/
+43
*
tests: Add unit test to run init/shutdown for dummyflasher.c
Anastasia Klimchuk
2021-04-27
1
-0
/
+5
*
tests: Add logging to STDOUT when __wrap function is called
Anastasia Klimchuk
2021-04-27
1
-2
/
+7
*
tests: Update licence headers
Nikolai Artemiev
2020-09-17
1
-2
/
+14
*
tests/spi25.c: Add unit-test coverage of spi95.c
Edward O'Callaghan
2020-06-17
1
-0
/
+1
*
tests/: Add helper.c unit tests
Edward O'Callaghan
2020-06-17
1
-0
/
+11
*
tests/: Add flashrom.c unit tests
Edward O'Callaghan
2020-06-17
1
-0
/
+5
*
tests/: Add spi25.c unit tests
Edward O'Callaghan
2020-06-16
1
-0
/
+13
*
tests/: Add CMocka unit-test infrastructure
Edward O'Callaghan
2020-06-16
1
-0
/
+25