enable ctest again

This commit is contained in:
Claus Klein 2018-03-11 15:40:27 +01:00
parent 45a51af64b
commit c8c5ec9c3f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(Snappy VERSION 1.1.7 LANGUAGES C CXX)
# it prominent in the GUI. # it prominent in the GUI.
option(BUILD_SHARED_LIBS "Build shared libraries(DLLs)." OFF) option(BUILD_SHARED_LIBS "Build shared libraries(DLLs)." OFF)
option(SNAPPY_BUILD_TESTS "Build Snappy's own tests." OFF) option(SNAPPY_BUILD_TESTS "Build Snappy's own tests." ON)
include(TestBigEndian) include(TestBigEndian)
test_big_endian(SNAPPY_IS_BIG_ENDIAN) test_big_endian(SNAPPY_IS_BIG_ENDIAN)