|
From: <ai...@us...> - 2008-07-18 01:06:12
|
Revision: 8526
http://plplot.svn.sourceforge.net/plplot/?rev=8526&view=rev
Author: airwin
Date: 2008-07-18 01:06:20 +0000 (Fri, 18 Jul 2008)
Log Message:
-----------
Enable ocaml ctest. Note, ocaml bindings don't cope with command line options
as yet so you have to hit carriage return to get some action out of this
particular ctest.
Modified Paths:
--------------
trunk/plplot_test/CMakeLists.txt
Modified: trunk/plplot_test/CMakeLists.txt
===================================================================
--- trunk/plplot_test/CMakeLists.txt 2008-07-18 01:00:14 UTC (rev 8525)
+++ trunk/plplot_test/CMakeLists.txt 2008-07-18 01:06:20 UTC (rev 8526)
@@ -129,11 +129,9 @@
@ONLY
)
set(SCRIPTS ${SCRIPTS} test_ocaml.sh)
- # Disable test for now - ocaml bindings don't cope with command line options
- # so non-interactive tests don't work.
- #add_test(examples_ocaml
- # ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=ocaml"
- #)
+ add_test(examples_ocaml
+ ${SH_EXECUTABLE} -c "${TEST_ENVIRONMENT} ${TEST_SCRIPT} --front-end=ocaml"
+ )
endif(ENABLE_ocaml)
# Run C examples with different drivers
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|