From: <sm...@us...> - 2009-08-24 14:49:11
|
Revision: 10322 http://plplot.svn.sourceforge.net/plplot/?rev=10322&view=rev Author: smekal Date: 2009-08-24 14:49:03 +0000 (Mon, 24 Aug 2009) Log Message: ----------- Added pdf driver to the test routines. Modified Paths: -------------- trunk/plplot_test/CMakeLists.txt Modified: trunk/plplot_test/CMakeLists.txt =================================================================== --- trunk/plplot_test/CMakeLists.txt 2009-08-24 14:31:13 UTC (rev 10321) +++ trunk/plplot_test/CMakeLists.txt 2009-08-24 14:49:03 UTC (rev 10322) @@ -311,6 +311,12 @@ ) endif(PLD_pdfqt) + if(PLD_pdf) + add_test(examples_pdf + ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=c --device=pdf" + ) + endif(PLD_pdf) + if(DIFF_EXECUTABLE AND TAIL_EXECUTABLE) configure_file( test_diff.sh.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |