summaryrefslogtreecommitdiff
path: root/tests/commonlib/bsd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commonlib/bsd/Makefile.inc')
-rw-r--r--tests/commonlib/bsd/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/commonlib/bsd/Makefile.inc b/tests/commonlib/bsd/Makefile.inc
index 56664d037c..bf17b6d56d 100644
--- a/tests/commonlib/bsd/Makefile.inc
+++ b/tests/commonlib/bsd/Makefile.inc
@@ -1,5 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-only
tests-y += helpers-test
+tests-y += gcd-test
helpers-test-srcs += tests/commonlib/bsd/helpers-test.c
+
+gcd-test-srcs += tests/commonlib/bsd/gcd-test.c
+gcd-test-srcs += src/commonlib/bsd/gcd.c