index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2023-04-03
drivers/efi: Add EFI variable store option support
Patrick Rudolph
2022-12-17
tests/Makefile.inc: Build utilities in separate directory
Jakub Czapiga
2022-12-17
tests: Support linking with system libc
Jakub Czapiga
2022-11-03
tests: Add option for debug symbols & no optimization
Martin Roth
2022-09-21
tests: Add support for tests build failures detection
Jakub Czapiga
2022-04-19
tests: Split Makefile to allow for making host-side test tools
Jakub Czapiga
2021-12-07
tests: Disable -Wmain-return-type for clang
Julius Werner
2021-12-07
tests: Disable -Wsource-mgr for clang
Julius Werner
2021-12-06
tests: Fix objcopy --add-symbol arguments creation
Jakub Czapiga
2021-11-03
tests/Makefile: Remove ./ prefix when running tests
Raul E Rangel
2021-10-14
tests: Add lib/lzma-test test case
Jakub Czapiga
2021-10-11
tests: Fix JUNIT_OUTPUT=y to write to files instead of stderr
Jakub Czapiga
2021-09-13
tests/stubs/console: Allow enabling printk to print to stdout
Jakub Czapiga
2021-09-01
tests: Improve test output readability
Jakub Czapiga
2021-08-25
tests: Fix function mocking for clang
Julius Werner
2021-08-13
tests/Makefile.inc: Add missing include paths to TEST_CFLAGS
Jakub Czapiga
2021-08-13
tests/Makefile.inc: Add copy-test macro
Jakub Czapiga
2021-08-13
tests/Makefile.inc: Change assignments to immediate and fix style
Jakub Czapiga
2021-08-09
tests/Makefile.inc: Add function wrapping mechanism
Jakub Czapiga
2021-07-21
tests/Makefile.inc: Correct dependency file suffix
Yu-Ping Wu
2021-07-20
tests/Makefile.inc: Add missing KCONFIG_SPITCONFIG trailing slash
Jakub Czapiga
2021-07-13
util/kconfig: Uprev to Linux 5.13's kconfig
Patrick Georgi
2021-06-10
tests: Rework mocking facility
Patrick Georgi
2021-05-30
tests/Makefile.inc: Move generated headers to corresponding build dir
Jakub Czapiga
2021-05-19
tests: improve code coverage support
Paul Fagerburg
2021-05-13
tests: Enable config override for tests
Jakub Czapiga
2021-05-05
tests: enable code coverage for unit tests
Paul Fagerburg
2021-04-30
Makefile,tests: Move cmocka checkout into top level Makefile
Raul E Rangel
2021-04-15
Makefile: Add unit-tests help and targets list
Jakub Czapiga
2021-04-06
include/rules.h: Add ENV_TEST definition
Jakub Czapiga
2021-03-10
tests/Makefile.inc: Enable support for multiple test groups
Jakub Czapiga
2021-02-23
tests: Add acpi/acpigen-test test case
Jakub Czapiga
2021-02-18
rmodtool: Make memlayout symbols absolute and do not relocate them
Julius Werner
2021-02-17
tests: Build tests with -Wno-inline-asm
Julius Werner
2020-06-12
tests: Add some basic warnings and fix resulting issues
Julius Werner
2020-05-28
tests: Always run all unit tests
Patrick Georgi
2020-05-28
tests: Allow emitting junit output for unit tests
Patrick Georgi
2020-05-28
tests: Move cmocka binary into $(obj)
Patrick Georgi
2020-05-26
tests: Build Cmocka from source
Jan Dabros
2020-05-19
tests: Add region-test for rdev API
Julius Werner
2020-05-19
tests: Add <tests/test.h> wrapper header and fix --gc-sections
Julius Werner
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-01
tests: Add build subsystem for unit testing coreboot
Jan Dabros