summaryrefslogtreecommitdiff
path: root/include/test_util.h
Commit message (Expand)AuthorAgeFilesLines
* test_util.h: Add TEST_ASSERT_ARRAY_NEYi Chou2023-05-161-0/+14
* Return the enum type for error and statusYi Chou2023-05-041-2/+4
* test_util.h: Disallow negative sizesTom Hughes2023-03-311-6/+16
* clang-format: reformat few files with the current llvm releaseFabio Baltieri2023-01-111-1/+1
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-1/+1
* include/test_util: Unify absolute value macrosTom Hughes2022-12-131-3/+2
* test_util: Enable test comparisons using complex typesBobby Casey2022-12-021-2/+12
* include: Sort header filesJeremy Bettis2022-11-291-1/+2
* Makefile.toolchain: Enable -ftrapv for fingerprint boardsTom Hughes2022-11-091-0/+1
* zephyr: remove the msg NULL parameter in ztest macrosMichał Barnaś2022-10-101-13/+12
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* test/test_util: Fix compilation when included from C++ codeTom Hughes2022-09-061-0/+10
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-9/+9
* ec: Fix the legacy version of zassert_okJeremy Bettis2022-08-191-1/+1
* zephyr: shim: add all missing include/ prefixesFabio Baltieri2022-08-041-1/+1
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-8/+0
* include/test_util.h: Format with clang-formatJack Rosenthal2022-06-291-72/+75
* test_util: Add function to set next state without rebootPatryk Duda2022-03-301-0/+3
* test: update default setup/teardown functionsYuval Peress2021-08-311-12/+1
* zephyr: test_util: Add TEST_SUITE macroTomasz Michalec2021-04-161-0/+6
* zephyr: test_util: improve EC compatibilityPaul Fagerburg2021-01-221-1/+3
* common:test: refactor test_util.h to accommodate ZephyrYuval Peress2021-01-211-3/+150
* TCPMv2: Unit Test - add filename to TEST_ failing outputDenis Brockus2021-01-061-7/+10
* zephyr: improve shimming for unit testsPaul Fagerburg2020-12-311-20/+3
* COIL: Clean up controller/peripheral language in headersDossym Nurmukhanov2020-12-121-6/+6
* test_util: use ztest only if CONFIG_ZTEST is defined, not CONFIG_ZEPHYRJack Rosenthal2020-11-071-3/+3
* tests: fix include for Zephyr ztestPaul Fagerburg2020-10-281-1/+1
* test: Allow EC unit test to use Ztest APIPaul Fagerburg2020-10-231-0/+54
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* test_util: Fix typoTom Hughes2020-05-201-1/+1
* test: add better test printsJett Rink2020-04-011-8/+10
* common: Add sensor stillness detectorYuval Peress2019-12-181-5/+11
* common: Refactor motion_sense_fifoYuval Peress2019-11-111-0/+2
* common:test: Add comparators to test_util.hstabilize-12593.BYuval Peress2019-10-121-0/+4
* printf: Fix formatting errorsEvan Green2019-10-051-2/+2
* test: Update TEST_EQ to using string format specifierYuval Peress2019-08-151-6/+6
* test: make TEST_EQ and TEST_NE use %d as formatJett Rink2019-08-091-2/+2
* test: Add new test framework toolsYuval Peress2019-07-241-6/+23
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-6/+7
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tests: make lighbar test easier to debugJett Rink2019-04-241-0/+3
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-161-0/+5
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-1/+2
* host: mock i2c_xferGwendal Grignou2015-09-161-42/+9
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+12
* Optimize memsetDaisuke Nojiri2014-03-011-0/+13
* emulator: Move trace dump to a separate moduleVic (Chun-Ju) Yang2014-01-221-11/+1
* Dump stack trace on emulator test failureVic (Chun-Ju) Yang2014-01-081-0/+14
* Add interrupt support for emulatorVic Yang2014-01-061-0/+22