blob: 8537ea390f335cbf3a7c923f67f31caefb8e1a67 (
plain) (
blame)
1
2
3
4
5
|
add_executable(tty-test tty-test.c)
target_link_libraries(tty-test ${LIBUV_LIBRARIES})
add_executable(shell-test shell-test.c)
add_executable(printargs-test printargs-test.c)
|