doc/FAQ.html : I'm cross compiling libsndfile for another platform. How can I run the test suite?

This commit is contained in:
Erik de Castro Lopo 2009-09-28 19:07:35 +10:00
parent 515486f4d6
commit bdf6d7660a
2 changed files with 33 additions and 0 deletions

View File

@ -10,6 +10,10 @@
Add an SndfileHandle constructor for windows that takes a 'const wchar_t *'
string.
* doc/FAQ.html
Add Q/A : I'm cross compiling libsndfile for another platform. How can I
run the test suite?
2009-09-27 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* tests/test_wrapper.sh.in

View File

@ -56,6 +56,9 @@
</A><BR>
<A HREF="#Q022">Q22 : What versions of windows does libsndfile work on?
</A><BR>
<A HREF="#Q023">Q23 : I'm cross compiling libsndfile for another platform. How can I
run the test suite?
</A><BR>
<HR>
<!-- ========================================================================= -->
@ -779,6 +782,32 @@ should work as expected.
I'd be very interested in receiving feedback on these binaries.
</p>
<!-- ========================================================================= -->
<A NAME="Q023"></A>
<H2><BR><B>Q23 : I'm cross compiling libsndfile for another platform. How can I
run the test suite?
</B></H2>
<p>
</p>
<p>
Since version 1.0.21 the top level Makefile has an extra make target,
'test-tarball'.
Building this target creates a tarball called called:
</p>
<center><tt>
libsndfile-testsuite-${host_triplet}-${version}.tar.gz
</tt></center>
<p>
in the top level directory.
This tarball can then be copied to the target platform.
Once untarred and test script <tt>test_wrapper.sh</tt> can be run from
the top level of the extracted tarball.
</p>
<!-- ========================================================================= -->
<HR>
<P>