From: <and...@us...> - 2008-08-15 19:34:46
|
Revision: 8664 http://plplot.svn.sourceforge.net/plplot/?rev=8664&view=rev Author: andrewross Date: 2008-08-15 19:34:56 +0000 (Fri, 15 Aug 2008) Log Message: ----------- Add ocaml version of example 15. Commit by ANR on behalf of Hezekiah Carty. Modified Paths: -------------- trunk/examples/ocaml/CMakeLists.txt trunk/examples/ocaml/Makefile.examples.in trunk/plplot_test/test_ocaml.sh.in Modified: trunk/examples/ocaml/CMakeLists.txt =================================================================== --- trunk/examples/ocaml/CMakeLists.txt 2008-08-15 19:33:06 UTC (rev 8663) +++ trunk/examples/ocaml/CMakeLists.txt 2008-08-15 19:34:56 UTC (rev 8664) @@ -33,6 +33,7 @@ "11" "12" "13" + "15" "19" "24" "25" Modified: trunk/examples/ocaml/Makefile.examples.in =================================================================== --- trunk/examples/ocaml/Makefile.examples.in 2008-08-15 19:33:06 UTC (rev 8663) +++ trunk/examples/ocaml/Makefile.examples.in 2008-08-15 19:34:56 UTC (rev 8664) @@ -40,6 +40,7 @@ x11$(EXEEXT) \ x12$(EXEEXT) \ x13$(EXEEXT) \ + x15$(EXEEXT) \ x19$(EXEEXT) \ x24$(EXEEXT) \ x25$(EXEEXT) \ Modified: trunk/plplot_test/test_ocaml.sh.in =================================================================== --- trunk/plplot_test/test_ocaml.sh.in 2008-08-15 19:33:06 UTC (rev 8663) +++ trunk/plplot_test/test_ocaml.sh.in 2008-08-15 19:34:56 UTC (rev 8664) @@ -23,7 +23,7 @@ # $options, and possibly $verbose_test defined. # Do the standard non-interactive examples. -for index in 01 02 03 04 05 06 07 08 10 11 12 13 19 24 25 26 27 30; do +for index in 01 02 03 04 05 06 07 08 10 11 12 13 15 19 24 25 26 27 30; do if [ "$verbose_test" ]; then echo "x${index}ocaml" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |