aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorScott Prager <splinterofchaos@gmail.com>2015-05-02 10:30:30 -0400
committerScott Prager <splinterofchaos@gmail.com>2015-05-02 10:30:30 -0400
commit1c2c90ab0720784473805d20c359499a2d3d2ccf (patch)
tree8c4e587c91bbf91748c7ace6338aa3f609eaec0f /CMakeLists.txt
parent205466830207a920c62146b7b689fac2e395431a (diff)
parent1eb33969220b267cf45adb286f0b7b6d14805eff (diff)
downloadrneovim-1c2c90ab0720784473805d20c359499a2d3d2ccf.tar.gz
rneovim-1c2c90ab0720784473805d20c359499a2d3d2ccf.tar.bz2
rneovim-1c2c90ab0720784473805d20c359499a2d3d2ccf.zip
Merge pull request #2424 from splinterofchaos/term-no-sh
use an argument vector for termopen() / unify jobstart, termopen, and system
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e176a540d..345d7b8ff6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -296,7 +296,7 @@ get_compile_flags(NVIM_VERSION_CFLAGS)
add_subdirectory(test/includes)
add_subdirectory(config)
-add_subdirectory(test/functional/job) # compile pty test program
+add_subdirectory(test/functional/fixtures) # compile pty/shell test programs
# Setup some test-related bits. We do this after going down the tree because we