mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Add a simple unit test for invalid utf8 sequences in env vars.
This commit is contained in:
parent
3e524dd9f5
commit
adcfc75f97
2 changed files with 49 additions and 0 deletions
|
@ -15,6 +15,7 @@ add_executable(${PROJECT_NAME}
|
|||
test_index_response.cpp
|
||||
test_invalid_utf8_post.cpp
|
||||
../data/UTF-8-test.txt.c
|
||||
test_invalid_utf8_get.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue