summaryrefslogtreecommitdiffstats
path: root/tests/commonlib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commonlib/Makefile.inc')
-rw-r--r--tests/commonlib/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/commonlib/Makefile.inc b/tests/commonlib/Makefile.inc
new file mode 100644
index 000000000000..ce3499cb2b4a
--- /dev/null
+++ b/tests/commonlib/Makefile.inc
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-only
+# This file is part of the coreboot project.
+
+tests-y += region-test
+
+region-test-srcs += tests/commonlib/region-test.c
+region-test-srcs += src/commonlib/region.c