Merge pull request #1370 from winterheart/tests

Control for undo tests
This commit is contained in:
David Capello 2016-12-20 13:34:15 -03:00 committed by GitHub
commit b3b9ca8ba0

View File

@ -451,6 +451,8 @@ if(NOT USE_STATIC_LIBC)
endif()
set(LAF_WITH_TESTS ${ENABLE_TESTS} CACHE BOOL "Enable LAF tests")
set(UNDO_TESTS ${ENABLE_TESTS} CACHE BOOL "Enable undo tests")
add_subdirectory(laf)
add_subdirectory(src)