blob: b2cdc4d783c505930e446822ca05fac0c1286d57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-FileCopyrightText: 2024 Rafael G. Martins <rafael@rafaelmartins.eng.br>
# SPDX-License-Identifier: BSD-3-Clause
blogc_executable_test(blogc_runserver httpd_utils
WRAP
read
)
blogc_executable_test(blogc_runserver mime
WRAP
access
)
|