From: <ai...@us...> - 2012-02-19 18:33:39
|
Revision: 12174 http://plplot.svn.sourceforge.net/plplot/?rev=12174&view=rev Author: airwin Date: 2012-02-19 18:33:33 +0000 (Sun, 19 Feb 2012) Log Message: ----------- Update list of Fortran 95 examples to be built for traditional (make + pkg-config) build system for installed examples. Update lists of Tcl, Tk, and Fortran 95 examples to be tested. Modified Paths: -------------- trunk/examples/f95/Makefile.examples.in trunk/examples/tcl/standard_examples.in trunk/examples/tk/standard_examples.in trunk/plplot_test/test_f95.sh.in trunk/plplot_test/test_tcl.sh.in Modified: trunk/examples/f95/Makefile.examples.in =================================================================== --- trunk/examples/f95/Makefile.examples.in 2012-02-19 18:30:56 UTC (rev 12173) +++ trunk/examples/f95/Makefile.examples.in 2012-02-19 18:33:33 UTC (rev 12174) @@ -29,6 +29,7 @@ RPATHCMD = @RPATHCMD@ EXECUTABLES_list = \ + x00f$(EXEEXT) \ x01f$(EXEEXT) \ x02f$(EXEEXT) \ x03f$(EXEEXT) \ Modified: trunk/examples/tcl/standard_examples.in =================================================================== --- trunk/examples/tcl/standard_examples.in 2012-02-19 18:30:56 UTC (rev 12173) +++ trunk/examples/tcl/standard_examples.in 2012-02-19 18:33:33 UTC (rev 12174) @@ -7,6 +7,7 @@ @pltcl_LOCATION@ $* <<EOF source tcldemos.tcl plinit +0 1 2 3 @@ -37,5 +38,6 @@ 28 29 30 +33 exit EOF Modified: trunk/examples/tk/standard_examples.in =================================================================== --- trunk/examples/tk/standard_examples.in 2012-02-19 18:30:56 UTC (rev 12173) +++ trunk/examples/tk/standard_examples.in 2012-02-19 18:33:33 UTC (rev 12174) @@ -8,6 +8,7 @@ # \ @plserver_LOCATION@ <<EOF source tkdemos.tcl +0 1 2 3 @@ -37,5 +38,6 @@ 28 29 30 +33 exit EOF Modified: trunk/plplot_test/test_f95.sh.in =================================================================== --- trunk/plplot_test/test_f95.sh.in 2012-02-19 18:30:56 UTC (rev 12173) +++ trunk/plplot_test/test_f95.sh.in 2012-02-19 18:33:33 UTC (rev 12174) @@ -56,7 +56,7 @@ # Do the standard non-interactive examples. - 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 + for index in 00 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}f" fi @@ -108,7 +108,7 @@ # Do the standard non-interactive examples. - 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 + for index in 00 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}f" fi Modified: trunk/plplot_test/test_tcl.sh.in =================================================================== --- trunk/plplot_test/test_tcl.sh.in 2012-02-19 18:30:56 UTC (rev 12173) +++ trunk/plplot_test/test_tcl.sh.in 2012-02-19 18:33:33 UTC (rev 12174) @@ -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 33; do +for index in 00 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. |