From: <ai...@us...> - 2011-04-09 07:37:57
|
Revision: 11689 http://plplot.svn.sourceforge.net/plplot/?rev=11689&view=rev Author: airwin Date: 2011-04-09 07:37:51 +0000 (Sat, 09 Apr 2011) Log Message: ----------- Incorporate new Ada example 33 into build and test system. Modified Paths: -------------- trunk/examples/ada/CMakeLists.txt trunk/examples/ada/Makefile.examples.in trunk/plplot_test/test_ada.sh.in Modified: trunk/examples/ada/CMakeLists.txt =================================================================== --- trunk/examples/ada/CMakeLists.txt 2011-04-08 19:13:16 UTC (rev 11688) +++ trunk/examples/ada/CMakeLists.txt 2011-04-09 07:37:51 UTC (rev 11689) @@ -56,6 +56,7 @@ "29" "30" "31" + "33" "thick01" "thick02" "thick03" @@ -87,6 +88,7 @@ "thick29" "thick30" "thick31" + "thick33" ) if(CORE_BUILD) Modified: trunk/examples/ada/Makefile.examples.in =================================================================== --- trunk/examples/ada/Makefile.examples.in 2011-04-08 19:13:16 UTC (rev 11688) +++ trunk/examples/ada/Makefile.examples.in 2011-04-09 07:37:51 UTC (rev 11689) @@ -61,6 +61,7 @@ x29a$(EXEEXT) \ x30a$(EXEEXT) \ x31a$(EXEEXT) \ + x33a$(EXEEXT) \ xthick01a$(EXEEXT) \ xthick02a$(EXEEXT) \ xthick03a$(EXEEXT) \ @@ -91,7 +92,8 @@ xthick28a$(EXEEXT) \ xthick29a$(EXEEXT) \ xthick30a$(EXEEXT) \ - xthick31a$(EXEEXT) + xthick31a$(EXEEXT) \ + xthick33a$(EXEEXT) all: $(EXECUTABLES_list) Modified: trunk/plplot_test/test_ada.sh.in =================================================================== --- trunk/plplot_test/test_ada.sh.in 2011-04-08 19:13:16 UTC (rev 11688) +++ trunk/plplot_test/test_ada.sh.in 2011-04-09 07:37:51 UTC (rev 11689) @@ -32,10 +32,10 @@ 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 \ + 21 22 23 24 25 26 27 28 29 30 31 33 \ thick01 thick02 thick03 thick04 thick05 thick06 thick07 thick08 thick09 \ thick10 thick11 thick12 thick13 thick14 thick15 thick16 thick17 thick18 thick19 thick20 \ - thick21 thick22 thick23 thick24 thick25 thick26 thick27 thick28 thick29 thick30 thick31; do + thick21 thick22 thick23 thick24 thick25 thick26 thick27 thick28 thick29 thick30 thick31 thick33; 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. |