Enable testing at root level so all tests are executed

This commit is contained in:
Martchus 2017-03-27 22:05:47 +02:00
parent 16cd445108
commit 4d7c6b5a61
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ option(NO_FILE_ITEM_ACTION_PLUGIN "specifies whether building the file item acti
option(NO_MODEL "specifies whether building models should be skipped, implies NO_TRAY" OFF)
# add subdirectories
enable_testing()
add_subdirectory(connector)
link_directories(${LIB_SYNCTHING_CONNECTOR_BINARY_DIR})
if(NOT NO_CLI)