From: <ai...@us...> - 2011-03-06 05:33:39
|
Revision: 11606 http://plplot.svn.sourceforge.net/plplot/?rev=11606&view=rev Author: airwin Date: 2011-03-06 05:33:33 +0000 (Sun, 06 Mar 2011) Log Message: ----------- Add Tcl example 33 to build system and test system. Modified Paths: -------------- trunk/examples/tcl/CMakeLists.txt trunk/plplot_test/test_tcl.sh.in Modified: trunk/examples/tcl/CMakeLists.txt =================================================================== --- trunk/examples/tcl/CMakeLists.txt 2011-03-06 05:31:40 UTC (rev 11605) +++ trunk/examples/tcl/CMakeLists.txt 2011-03-06 05:33:33 UTC (rev 11606) @@ -66,6 +66,7 @@ "29" "30" "31" +"33" ) set(tcl_SCRIPTS) Modified: trunk/plplot_test/test_tcl.sh.in =================================================================== --- trunk/plplot_test/test_tcl.sh.in 2011-03-06 05:31:40 UTC (rev 11605) +++ trunk/plplot_test/test_tcl.sh.in 2011-03-06 05:33:33 UTC (rev 11606) @@ -76,7 +76,7 @@ if [ -n "$is_error" ] ; then exit 1 fi -for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31; do +for index in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 33; do if [ "$verbose_test" ] ; then echo "x${index}" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |