ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/resources/cmake_tests/test_dctimestep.cmake
Revision: 1.1
Committed: Wed Apr 3 22:33:48 2019 UTC (5 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Log Message:
New files required for unit testing from Rob G.

File Contents

# Content
1 include(setup_paths.cmake)
2 execute_process(
3 WORKING_DIRECTORY ${test_output_dir}
4 COMMAND ./resources/cmake_tests/test_lib.rb test_dctimestep
5 RESULT_VARIABLE res
6 )