|
From: <ai...@us...> - 2008-12-15 19:23:09
|
Revision: 9120
http://plplot.svn.sourceforge.net/plplot/?rev=9120&view=rev
Author: airwin
Date: 2008-12-15 19:23:05 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Add xfig ctest.
Modified Paths:
--------------
trunk/plplot_test/CMakeLists.txt
Modified: trunk/plplot_test/CMakeLists.txt
===================================================================
--- trunk/plplot_test/CMakeLists.txt 2008-12-15 19:03:34 UTC (rev 9119)
+++ trunk/plplot_test/CMakeLists.txt 2008-12-15 19:23:05 UTC (rev 9120)
@@ -225,6 +225,14 @@
endif(NOT TEST_DEVICE STREQUAL "pngcairo")
endif(PLD_pngcairo)
+ if(PLD_xfig)
+ if (NOT TEST_DEVICE STREQUAL "xfig")
+ add_test(examples_xfig
+ ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=c --device=xfig"
+ )
+ endif(NOT TEST_DEVICE STREQUAL "xfig")
+ endif(PLD_xfig)
+
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.
|