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
(6 years 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
#
Content
1
include(setup_paths.cmake)
2
3
execute_process(
4
WORKING_DIRECTORY ${test_output_dir}
5
COMMAND ./resources/cmake_tests/test_lib.rb test_getinfo
6
RESULT_VARIABLE res
7
)