aboutsummaryrefslogtreecommitdiff
path: root/library/test/CMakeLists.txt
blob: b1d8aa2920f219aa63622071b69200cd708207f7 (plain)
1
2
3
4
5
6
7
# Google Test unit test framework must be present for tests
#
if (EXISTS "${SYST_BUILD_GTEST_DIR}/include/gtest/gtest.h")
    add_subdirectory(unit)
else()
    message("WARNING: SYST_BUILD_GTEST_DIR is not set or not pointing to Google Test sources, skipping unit tests ...")
endif ()