mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Yes another try with R test runner
This commit is contained in:
@@ -940,9 +940,8 @@ if (COOLPROP_R_MODULE)
|
||||
install (TARGETS ${app_name} DESTINATION R/${CMAKE_SYSTEM_NAME}_${BITNESS}bit)
|
||||
|
||||
enable_testing()
|
||||
set(R_TEST_COMMAND "${R_EXEC} -f Example.R")
|
||||
add_test(NAME R_test
|
||||
COMMAND ${R_TEST_COMMAND}
|
||||
COMMAND ${R_EXEC} -f Example.R
|
||||
WORKING_DIRECTORY {CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user