CMake tests: separate the lang and charset with colon...

... rather than an hyphen. It makes it easier to read.
This commit is contained in:
Jehan 2015-11-18 19:42:35 +01:00
parent 35153b1e50
commit 4b38e68aa2

View File

@ -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()