Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

enable all .py files in test to be tests #112

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ set_target_properties(SimCore

setup_python(package_name ${PYTHON_PACKAGE_NAME}/SimCore)

# run all *.py files in test during testing
setup_test(config_dir test)

# add visualization executable
add_executable(g4-vis ${PROJECT_SOURCE_DIR}/src/SimCore/g4_vis.cxx)
target_link_libraries(g4-vis PRIVATE Geant4::Interface SimCore::SimCore)
Expand Down
Loading