Apparently test/ was gitignored

This commit is contained in:
Drew DeVault 2016-06-17 07:38:32 -04:00
parent f05fd97859
commit 698ba55860
5 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,7 @@
configure_test(
SUBPROJECT common
NAME list
SOURCES
${PROJECT_SOURCE_DIR}/common/list.c
list.c
)