gemstone/tests/project/CMakeLists.txt

10 lines
309 B
CMake
Raw Normal View History

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