summaryrefslogtreecommitdiffstats
path: root/tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/common/CMakeLists.txt b/tests/common/CMakeLists.txt
new file mode 100644
index 0000000..9d784fa
--- /dev/null
+++ b/tests/common/CMakeLists.txt
@@ -0,0 +1,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)