blob: 27773b7f39cbd08b8a6a6aafe3f4c7fc5f9efd1d [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
Jakub Czapiga466a3782020-10-05 10:44:46 +02006tests-y += imd-test
Jakub Czapigae0c60f32020-10-09 10:07:47 +02007tests-y += timestamp-test
Jan Dabros2d0ee362020-04-20 15:19:45 +02008
9string-test-srcs += tests/lib/string-test.c
10string-test-srcs += src/lib/string.c
Anna Karas072a9b92020-06-08 15:16:19 +020011
12b64_decode-test-srcs += tests/lib/b64_decode-test.c
Anna Karasf7cd0d52020-07-07 16:38:27 +020013b64_decode-test-srcs += tests/stubs/console.c
Anna Karas072a9b92020-06-08 15:16:19 +020014b64_decode-test-srcs += src/lib/b64_decode.c
Anna Karas5664bc82020-07-02 10:09:47 +020015
16hexstrtobin-test-srcs += tests/lib/hexstrtobin-test.c
17hexstrtobin-test-srcs += src/lib/hexstrtobin.c
Jakub Czapiga466a3782020-10-05 10:44:46 +020018
19imd-test-srcs += tests/lib/imd-test.c
20imd-test-srcs += tests/stubs/console.c
Jakub Czapigae0c60f32020-10-09 10:07:47 +020021imd-test-srcs += src/lib/imd.c
22
23timestamp-test-srcs += tests/lib/timestamp-test.c
24timestamp-test-srcs += tests/stubs/timestamp.c
25timestamp-test-srcs += tests/stubs/console.c
26timestamp-test-stage := romstage