On 2010-03-14 18:36-0400 Hazen Babcock wrote:

>
> I'm not sure if I am doing this right, see my previous e-mail about the
> README.testing file, but it appears that example8 is causing the pdfqt
> driver to hang.
>
> I did the following:
> cd \tmp
> cp -a /usr/local/share/plplot5.9.5/examples .
> cd examples
> make test_noninteractive

You are using the legacy test system for installed directories.  It appears
from your results there are some issues with it.  I believe that should be
maintained indefinitely since there is always an appeal to the simple
Makefile + pkg-config legacy approach, but I am swamped right now so I hope
somebody else steps forward.

I suggest you try instead the new CMake-based test framework for our installed
examples instead which I am actively maintaining.

After "make install" for the core build

cd /tmp
mkdir build_dir
cd build_dir
cmake /usr/local/share/plplot5.9.5/examples

make help |grep test

to see all the test targets that are available (in particular, better
test_noninteractive and test_interactive targets than the legacy ones).
Note, these exact same test targets are also available in the build tree
for the core build, if you specify -DBUILD_TEST=ON for that core build.

I will take responsibility for fixing up the wiki and corresponding
README.testing to reflect our new/improved test system for both the build
tree of the core build, and the build tree generated by CMake for the
installed examples (as above).

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to