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