summaryrefslogtreecommitdiffstats
path: root/tests/include/CMakeLists.txt
blob: 43c029f459028cec5943871c0872492585ece60d (plain)
1
2
3
4
5
6
7
8
9
10
11
add_executable(
    test_memory_chunk
    test_memory_chunk.cpp
)

target_link_libraries(
    test_memory_chunk
    pinyin
)

add_test(NAME memory_chunk COMMAND test_memory_chunk)