mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Add readline tests
This commit is contained in:
parent
8758a2bd04
commit
689935ed39
6 changed files with 86 additions and 14 deletions
9
test/common/readline/CMakeLists.txt
Normal file
9
test/common/readline/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
configure_test(
|
||||
SUBPROJECT common
|
||||
NAME readline
|
||||
SOURCES
|
||||
${PROJECT_SOURCE_DIR}/common/readline.c
|
||||
readline.c
|
||||
WRAPPERS
|
||||
fgetc
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue