mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Add Rscript to CMake test as well
This commit is contained in:
@@ -1070,7 +1070,7 @@ if (COOLPROP_R_MODULE)
|
||||
install (TARGETS ${app_name} DESTINATION R/${CMAKE_SYSTEM_NAME}_${BITNESS}bit)
|
||||
|
||||
enable_testing()
|
||||
add_test(R_test ${R_EXEC} -f Example.R)
|
||||
add_test(R_test Rscript --default-packages=methods -f Example.R)
|
||||
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user