diff options
author | dundargoc <gocdundar@gmail.com> | 2024-09-25 16:07:37 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-10-22 21:20:11 +0200 |
commit | 4c25e60767508a3f8bc0631d280407a08f24a67e (patch) | |
tree | 1de749c20df1b169557efd44373f4764f511bca1 /CMakeLists.txt | |
parent | 07b4cb6ada2da108bbf8277bec63068234ceaa67 (diff) | |
download | rneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.tar.gz rneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.tar.bz2 rneovim-4c25e60767508a3f8bc0631d280407a08f24a67e.zip |
test: port libvterm unit test to neovim test suite
These were imported from the v0.3.3 git tag
https://github.com/neovim/libvterm/tree/v0.3.3 and not the latest
commit. This is for compatibility reasons as the libvterm code was
imported from v0.3.3.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f6c5427c7d..764d670973 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ set(DEPS_IGNORE_SHA FALSE) #------------------------------------------------------------------------------- set(FUNCS_DATA ${PROJECT_BINARY_DIR}/funcs_data.mpack) set(TOUCHES_DIR ${PROJECT_BINARY_DIR}/touches) +set(VTERM_TEST_FILE ${PROJECT_BINARY_DIR}/test/vterm_test_output) file(GLOB DOCFILES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/runtime/doc/*.txt) |