Skip to content

Commit

Permalink
added new test to ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
mlietzow committed Aug 22, 2024
1 parent ac0d7b0 commit 320f9e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ fi
${POLARIS_BINARY} ${PROJECTS_PATH}/test/stellar_sed/POLARIS.cmd
${POLARIS_BINARY} ${PROJECTS_PATH}/test/reemission_sphere/POLARIS.cmd
${POLARIS_BINARY} ${PROJECTS_PATH}/test/stellar_scattering_sphere/POLARIS.cmd
${POLARIS_BINARY} ${PROJECTS_PATH}/test/raytracing_scattering/POLARIS.cmd

# validate output
python3 ${PROJECTS_PATH}/test/stellar_sed/compare.py
python3 ${PROJECTS_PATH}/test/reemission_sphere/compare.py
python3 ${PROJECTS_PATH}/test/stellar_scattering_sphere/compare.py
python3 ${PROJECTS_PATH}/test/raytracing_scattering/compare.py

0 comments on commit 320f9e6

Please sign in to comment.