aboutsummaryrefslogtreecommitdiff
path: root/tests/acpi/Makefile.inc
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2021-02-11 12:59:51 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-23 17:10:10 +0000
commit168b38bbb39b93e2fb8b43bd4ffee7b29b777f80 (patch)
treea817b2a55540c1a0b654230a6a51ff979680c552 /tests/acpi/Makefile.inc
parent5b3e995710733afe68ea101480e503f18722e171 (diff)
tests: Add acpi/acpigen-test test case
Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: Icc128212c1f72beb50caca671b4bada3507d3a1f Reviewed-on: https://review.coreboot.org/c/coreboot/+/50520 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'tests/acpi/Makefile.inc')
-rw-r--r--tests/acpi/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/acpi/Makefile.inc b/tests/acpi/Makefile.inc
new file mode 100644
index 0000000000..b0ef5fa7b6
--- /dev/null
+++ b/tests/acpi/Makefile.inc
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+tests-y += acpigen-test
+
+acpigen-test-srcs += tests/acpi/acpigen-test.c
+acpigen-test-srcs += src/acpi/acpigen.c
+acpigen-test-srcs += tests/stubs/console.c