summaryrefslogtreecommitdiffstats
path: root/tests/lib/Makefile.inc
blob: 565bb31c2eae80e112fa0aaca339a76aa0e35a4f (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only

# object filest should be under build/tests/ build/test/src/ build/test/run/
# two examples - first should be simply string.c, second should use -wrap

tests-y += string-test

string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c