2024-06-03 10:35:55 +00:00
|
|
|
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)
|