diff options
Diffstat (limited to 'test/functional/fixtures/CMakeLists.txt')
-rw-r--r-- | test/functional/fixtures/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/fixtures/CMakeLists.txt b/test/functional/fixtures/CMakeLists.txt new file mode 100644 index 0000000000..70aee6efa9 --- /dev/null +++ b/test/functional/fixtures/CMakeLists.txt @@ -0,0 +1,4 @@ +add_executable(tty-test tty-test.c) +target_link_libraries(tty-test ${LIBUV_LIBRARIES}) + +add_executable(shell-test shell-test.c) |