From: <ai...@us...> - 2008-12-15 19:49:35
|
Revision: 9122 http://plplot.svn.sourceforge.net/plplot/?rev=9122&view=rev Author: airwin Date: 2008-12-15 19:49:22 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Add gif ctest now that we have changed the gif options so that example 2 works with -dev gif. Modified Paths: -------------- trunk/plplot_test/CMakeLists.txt Modified: trunk/plplot_test/CMakeLists.txt =================================================================== --- trunk/plplot_test/CMakeLists.txt 2008-12-15 19:47:50 UTC (rev 9121) +++ trunk/plplot_test/CMakeLists.txt 2008-12-15 19:49:22 UTC (rev 9122) @@ -233,6 +233,14 @@ endif(NOT TEST_DEVICE STREQUAL "xfig") endif(PLD_xfig) + if(PLD_gif) + if (NOT TEST_DEVICE STREQUAL "gif") + add_test(examples_gif + ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=c --device=gif" + ) + endif(NOT TEST_DEVICE STREQUAL "gif") + endif(PLD_gif) + 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. |