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