Skip to content

Commit

Permalink
CMAKE: added test by running the demo (see previous commit regarding …
Browse files Browse the repository at this point in the history
…exit codes)
  • Loading branch information
mgerhardy authored and jpaver committed Jul 25, 2023
1 parent 5cd819f commit 580a0bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ foreach (app ${APPS})
)
install(TARGETS ${APP_NAME} DESTINATION bin)
endforeach()

include(CTest)
add_test(NAME test_multiple_model_scene COMMAND $<TARGET_FILE:demo_vox> ${CMAKE_CURRENT_SOURCE_DIR}/demo/vox/test_multiple_model_scene.vox)

0 comments on commit 580a0bb

Please sign in to comment.