From: <ai...@us...> - 2008-12-10 00:38:24
|
Revision: 9061 http://plplot.svn.sourceforge.net/plplot/?rev=9061&view=rev Author: airwin Date: 2008-12-10 00:38:18 +0000 (Wed, 10 Dec 2008) Log Message: ----------- Initial commit of a script to exercise PLplot interactive devices and scripts. Added Paths: ----------- trunk/plplot_test/plplot-test-interactive.sh.in Added: trunk/plplot_test/plplot-test-interactive.sh.in =================================================================== --- trunk/plplot_test/plplot-test-interactive.sh.in (rev 0) +++ trunk/plplot_test/plplot-test-interactive.sh.in 2008-12-10 00:38:18 UTC (rev 9061) @@ -0,0 +1,44 @@ +#!/bin/sh +#test suite of all interactive tk stuff that cannot be done by file. +#tk driver (x14c), tcldemos, tkdemos. +export cdir=c +export tcldir=tcl +export tkdir=tk +$cdir/x14c -dev tk +$cdir/x17c -dev tk +$tkdir/xtk01 -f $tkdir/tk01 +$tkdir/xtk02 -f $tkdir/tk02 +plserver -f $tkdir/tk03 +$tkdir/xtk04 -f $tkdir/tk04 +cd $tcldir +plserver <<EOF +plstdwin . +plxframe .plw +pack append . .plw {left expand fill} +source plgrid.tcl +proc 1 {} "plgrid .plw.plwin" +1 +exit +EOF +cd ../$tkdir +pwd +plserver <<EOF +source tkdemos.tcl +1 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +15 +16 +17 +18 +exit +EOF Property changes on: trunk/plplot_test/plplot-test-interactive.sh.in ___________________________________________________________________ Added: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |