gemstone/tests/project/CMakeLists.txt

10 lines
306 B
CMake
Raw Normal View History

include(CTest)
# ------------------------------------------------------- #
# CTEST 1
# test if the program successfully reads the project config
2024-08-02 16:23:23 +00:00
add_test(NAME project_build
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests/project
COMMAND python ${GEMSTONE_TEST_DIR}/project/test_project.py)