[rkward-cvs] SF.net SVN: rkward:[2618] trunk/rkward/tests/CMakeLists.txt
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Aug 21 12:57:12 UTC 2009
Revision: 2618
http://rkward.svn.sourceforge.net/rkward/?rev=2618&view=rev
Author: tfry
Date: 2009-08-21 12:57:11 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
Add message to encourage using 'make plugintests'
Modified Paths:
--------------
trunk/rkward/tests/CMakeLists.txt
Modified: trunk/rkward/tests/CMakeLists.txt
===================================================================
--- trunk/rkward/tests/CMakeLists.txt 2009-08-20 16:52:55 UTC (rev 2617)
+++ trunk/rkward/tests/CMakeLists.txt 2009-08-21 12:57:11 UTC (rev 2618)
@@ -1,3 +1,6 @@
ADD_CUSTOM_TARGET (plugintests
COMMAND ${CMAKE_CURRENT_BINARY_DIR}/../rkward/rkward --evaluate "source\\(\\\"all_tests.R\\\"\\)"
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
\ No newline at end of file
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
+
+# This will hopefully run *after* everything is installed
+INSTALL(CODE "MESSAGE(STATUS \"\n--------------------\nInstallation appears to be complete (unfortunately it is hard to tell in CMake).\nConsider running\n make plugintests\nfor some automated functionality tests.\nIn case of errors, consult the file 'INSTALL'.\n--------------------\")")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list