diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2009-09-28 19:07:35 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2009-09-28 19:07:35 +1000 |
commit | bdf6d7660aa4b2d619a4cff8e82f42e8a18b5b40 (patch) | |
tree | 80941ab1f72fc728cc1bff95f9e5cd49e1cea3a1 /doc/FAQ.html | |
parent | 515486f4d64b860eb920cf4c7c36d3216ebdb722 (diff) |
doc/FAQ.html : I'm cross compiling libsndfile for another platform. How can I run the test suite?
Diffstat (limited to 'doc/FAQ.html')
-rw-r--r-- | doc/FAQ.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html index 02cb194..5961ea3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -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> <!-- ========================================================================= --> @@ -780,6 +783,32 @@ 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> The libsndfile home page is here : |