ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/resources/cmake_tests/test_getinfo.cmake
Revision: 1.3
Committed: Wed Apr 3 20:18:54 2019 UTC (5 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Changes since 1.2: +2 -12 lines
Log Message:
Checked in Rob G's changes for unit testing

File Contents

# User Rev Content
1 greg 1.1 include(setup_paths.cmake)
2    
3     execute_process(
4 greg 1.3 WORKING_DIRECTORY ${test_output_dir}
5     COMMAND ./resources/cmake_tests/test_lib.rb test_getinfo
6 greg 1.1 RESULT_VARIABLE res
7     )