[rkward-cvs] SF.net SVN: rkward:[2611] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Aug 13 13:11:06 UTC 2009
Revision: 2611
http://rkward.svn.sourceforge.net/rkward/?rev=2611&view=rev
Author: tfry
Date: 2009-08-13 13:11:06 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
Start encouraging make plugintests (many more places to edit)
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/INSTALL
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2009-08-13 13:10:24 UTC (rev 2610)
+++ trunk/rkward/ChangeLog 2009-08-13 13:11:06 UTC (rev 2611)
@@ -1,7 +1,8 @@
-- Double-clicking an item in the object browser now opens an object viewer, or (if possible) editor
+- Tolerate missing libraries in testing framework TODO: - Update Wiki! - Encourage running 'make plugintests' after install in all relevant places
+- Double-clicking an item in the workspace browser now opens an object viewer, or (if possible) editor
- Safeguard against removal of essential packages via the GUI
-- Add context menu action to unload packages in the object browser window
-- Add shortcut to the load / unload packages dialog also in the workspace menu and the object browser context menu
+- Add context menu action to unload packages in the workspace browser window
+- Add shortcut to the load / unload packages dialog also in the workspace menu and the workspace browser context menu
- Make toolbar buttons configurable
- Fixed: Console window would sometimes remain in partially active state after piping commands
Modified: trunk/rkward/INSTALL
===================================================================
--- trunk/rkward/INSTALL 2009-08-13 13:10:24 UTC (rev 2610)
+++ trunk/rkward/INSTALL 2009-08-13 13:11:06 UTC (rev 2611)
@@ -20,7 +20,10 @@
> make
> sudo make install
+Then, optionally:
+> make plugintests # see section "Automated tests" below
+
CMake options (configuring)
===================
@@ -55,6 +58,16 @@
Make sure you have set the correct path in cmake (the -DCMAKE_INSTALL_PREFIX option).
+Automated tests
+==================
+
+While not required, you are encouraged to run 'make plugintests' *after* completing the installation. This will run a series of automated diagnostics, covering various functionality.
+
+If all or most tests fail, this will typically indicate a problem in your installation. In this case, please make sure, you have followed all above instructions diligently.
+
+If individual tests fails, this may indicate a problem in RKWard. Please report such failures to rkward-devel AT lists DOT sourceforge DOT net, including details on your installed versions of KDE, R, and RKWard.
+
+
Running
==================
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