summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/lib/malloc-test: Fix possible memory overrunJakub Czapiga2021-04-111-1/+1
* tests: Add lib/bootmem-test test caseJan Dabros2021-04-092-0/+418
* include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga2021-04-092-5/+6
* include/rules.h: Add ENV_TEST definitionJakub Czapiga2021-04-061-0/+2
* tests: Add lib/uuid-test test caseJakub Czapiga2021-04-062-0/+99
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-0/+22
* tests/include/tests/test.h: Add TEST_REGION_UNALLOCATEDJakub Czapiga2021-03-281-1/+8
* tests: memset-test: Parenthesize zero size argument for clangJulius Werner2021-03-181-1/+1
* tests: Add lib/memrange-test test caseJan Dabros2021-03-152-0/+644
* tests/Makefile.inc: Enable support for multiple test groupsJakub Czapiga2021-03-101-1/+1
* tests: Add lib/compute_ip_checksum-test test caseJakub Czapiga2021-03-022-0/+106
* tests: Add lib/crc_byte-test test caseJakub Czapiga2021-03-022-0/+301
* tests: Add lib/memmove-test test caseJakub Czapiga2021-03-012-0/+253
* tests/lib/memchr-test: Fix possible memory overrun, add non-null checksJakub Czapiga2021-02-261-3/+7
* tests: Add lib/malloc-test test caseJakub Czapiga2021-02-262-0/+150
* tests: Add lib/memcpy-test test caseJakub Czapiga2021-02-232-0/+199
* tests: Add acpi/acpigen-test test caseJakub Czapiga2021-02-233-2/+226
* tests: Add lib/memchr-test test caseJakub Czapiga2021-02-222-0/+105
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-1/+2
* tests: Add lib/memcmp-test test caseJakub Czapiga2021-02-182-0/+77
* tests: Add lib/memset-test test caseJakub Czapiga2021-02-182-0/+124
* rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner2021-02-181-0/+4
* tests: Build tests with -Wno-inline-asmJulius Werner2021-02-171-1/+1
* tests: Add lib/stack-test test caseJakub Czapiga2021-02-122-0/+138
* tests: Add lib/region_file-test test caseJakub Czapiga2021-02-023-0/+1424
* tests: Add lib/imd_cbmem-test test caseJakub Czapiga2021-01-183-0/+4764
* device: Use __pci_0_00_0_config in config_of_soc()Furquan Shaikh2021-01-121-0/+7
* tests: Add lib/fmap-test test caseJakub Czapiga2021-01-084-0/+567
* edist-test: Fix _Static_assert missing message stringDaniel Gröber2020-12-021-1/+2
* tests: Add lib/list-test test caseJakub Czapiga2020-11-252-1/+135
* tests: Add lib/cbmem_console-test test caseJakub Czapiga2020-11-222-0/+145
* tests: Add lib/edid-test test caseJakub Czapiga2020-11-104-0/+1481
* tests: Add lib/timestamp-test test caseJakub Czapiga2020-11-094-1/+180
* tests: Add lib/imd-test test caseJakub Czapiga2020-10-262-0/+768
* tests: Add test region and symbol macros to <tests/test.h>Jakub Czapiga2020-10-261-0/+14
* device/dram: Add method for converting MHz to MT/sRob Barnes2020-09-162-0/+46
* tests: Improve test_skip_atoi() in /lib/string-test test caseAnna Karas2020-07-121-5/+8
* tests: Move the console stubs to a dedicated directoryAnna Karas2020-07-123-6/+14
* tests: Add lib/hexstrtobin-test test caseAnna Karas2020-07-072-0/+52
* tests: Add lib/b64_decode-test test caseAnna Karas2020-07-062-0/+71
* tests: Complete lib/string-test test caseAnna Karas2020-07-061-18/+235
* tests/lib/Makefile.inc: remove a commentAnna Karas2020-07-011-3/+0
* tests: Add some basic warnings and fix resulting issuesJulius Werner2020-06-123-6/+17
* tests: Always run all unit testsPatrick Georgi2020-05-281-5/+13
* tests: Allow emitting junit output for unit testsPatrick Georgi2020-05-281-0/+6
* tests: Move cmocka binary into $(obj)Patrick Georgi2020-05-281-1/+1
* Remove new additions of "this file is part of" linesElyes HAOUAS2020-05-283-3/+0
* tests: Build Cmocka from sourceJan Dabros2020-05-261-2/+21
* tests: Add region-test for rdev APIJulius Werner2020-05-193-2/+412
* tests: Add <tests/test.h> wrapper header and fix --gc-sectionsJulius Werner2020-05-194-17/+28