From 2014d89d7c2d2e12de0a4ac2dd7762e2f13fae09 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Fri, 8 Apr 2016 17:41:22 -0600 Subject: [PATCH] Add Rscript to CMake test as well --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df48d2fa..fa5959ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()