blob: 565bb31c2eae80e112fa0aaca339a76aa0e35a4f [file] [log] [blame]
Jan Dabrosb0800d32020-05-06 16:01:27 +02001# SPDX-License-Identifier: GPL-2.0-only
Jan Dabros2d0ee362020-04-20 15:19:45 +02002
3# object filest should be under build/tests/ build/test/src/ build/test/run/
4# two examples - first should be simply string.c, second should use -wrap
5
6tests-y += string-test
7
8string-test-srcs += tests/lib/string-test.c
9string-test-srcs += src/lib/string.c