mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-08 01:36:41 +08:00
CMake tests: separate the lang and charset with colon...
... rather than an hyphen. It makes it easier to read.
This commit is contained in:
parent
35153b1e50
commit
4b38e68aa2
@ -30,7 +30,7 @@ foreach(dir ${dirs})
|
||||
# Iterate through all files.
|
||||
foreach(file ${files})
|
||||
get_filename_component(charset ${file} NAME_WE)
|
||||
add_test(NAME "${lang}-${charset}"
|
||||
add_test(NAME "${lang}:${charset}"
|
||||
COMMAND uchardet-tests ${file})
|
||||
endforeach()
|
||||
endforeach()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user