aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/CMakeLists.txt
blob: 70aee6efa9bdd4384cf270ac856802c602c143fa (plain) (blame)
1
2
3
4
add_executable(tty-test tty-test.c)
target_link_libraries(tty-test ${LIBUV_LIBRARIES})

add_executable(shell-test shell-test.c)