blob: 594c68ec0625648a14b46b5289a4c001bfe7081b [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
Jan Dabros2d0ee362020-04-20 15:19:45 +02003tests-y += string-test
Anna Karas072a9b92020-06-08 15:16:19 +02004tests-y += b64_decode-test
Anna Karas5664bc82020-07-02 10:09:47 +02005tests-y += hexstrtobin-test
Jan Dabros2d0ee362020-04-20 15:19:45 +02006
7string-test-srcs += tests/lib/string-test.c
8string-test-srcs += src/lib/string.c
Anna Karas072a9b92020-06-08 15:16:19 +02009
10b64_decode-test-srcs += tests/lib/b64_decode-test.c
11b64_decode-test-srcs += src/lib/b64_decode.c
Anna Karas5664bc82020-07-02 10:09:47 +020012
13hexstrtobin-test-srcs += tests/lib/hexstrtobin-test.c
14hexstrtobin-test-srcs += src/lib/hexstrtobin.c