Where to find the test program

Carmelo AMOROSO carmelo.amoroso at st.com
Mon Apr 2 11:53:22 UTC 2007


Ahan Hsieh 謝武漢 wrote:
>
> Hi,
>
> After porting the uClibc, I want to verify all the APIs of uClibc.
>
> Which test program is suit for my purpose? And where to get?
make -C test COMPILE_ONLY=y UCLIBC_ONLY=y to have all test suite built.
Then copy the executable on your target and run them, or use the 
makefile capcabilities
to run and check the results (it depends on how is your target 
configured, and if you are cross-compiling or not).

You may also choose to build the LTP for uclibc and run all of them on 
your target.

Regards,
Carmelo




More information about the uClibc mailing list