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

tests-y += string-test
tests-y += b64_decode-test

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

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