blob: 9d784fa29ea5765ed503fe7141d522aec4b98f86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-FileCopyrightText: 2024 Rafael G. Martins <rafael@rafaelmartins.eng.br>
# SPDX-License-Identifier: BSD-3-Clause
blogc_executable_test(blogc_common config_parser)
blogc_executable_test(blogc_common error)
blogc_executable_test(blogc_common sort)
blogc_executable_test(blogc_common stdin
WRAP
fgetc
)
blogc_executable_test(blogc_common utf8)
blogc_executable_test(blogc_common utils)
|