Add readline tests

This commit is contained in:
Drew DeVault 2016-06-19 12:48:20 -04:00
parent 8758a2bd04
commit 689935ed39
6 changed files with 86 additions and 14 deletions

View file

@ -0,0 +1,9 @@
configure_test(
SUBPROJECT common
NAME readline
SOURCES
${PROJECT_SOURCE_DIR}/common/readline.c
readline.c
WRAPPERS
fgetc
)