summaryrefslogtreecommitdiff
path: root/include/test_util.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* 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
* Move pseudo random number generator to commonVic (Chun-Ju) Yang2013-12-271-0/+4
* Test interface for detaching fake I2C devicesVic Yang2013-09-271-0/+21
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+53
* Add boot key testVic Yang2013-09-051-0/+6
* Add multi-step test supportVic Yang2013-09-051-0/+46
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+6
* Add test for console command historyVic Yang2013-08-181-0/+6
* Add system_common unit testVic Yang2013-07-221-0/+16
* Add thermal host and console command testVic Yang2013-07-111-5/+5
* Add function to inject console input from testVic Yang2013-07-111-0/+4
* A method to mock host commandVic Yang2013-06-171-0/+3
* Make target for test coverage report generationVic Yang2013-06-161-0/+6
* Unit test for queue implementationVic Yang2013-06-101-0/+12
* Enable flash unit test on emulatorVic Yang2013-06-031-0/+2
* Add hook testVic Yang2013-05-141-1/+12
* Put test utility macros in headerVic Yang2013-05-081-0/+50