[PATCH]: Separate out compile and run steps while running tests.

Khem Raj kraj at mvista.com
Wed Feb 21 06:43:25 UTC 2007


Hi

The attached patch does the following.

It introduces two new targets namely compile and run.
make compile will just build the tests and make run will run them. 
Currently these two steps are intertwined and thought we
have COMPILE_ONLY and CHECK_ONLY flags to control the makefile behavior 
but it seems not to be running correctly.

Secondly it introduces a new step to test installed uclibc. This is 
controlled by makefile variable TEST_INSTALLED_UCLIBC
when this variable is defined then all tests are compiled and run 
against installed uclibc in /lib

I have not updated the documentation. I wanted to see if this patch is 
worthwhile before I do that part.

I have tested it on x86 and arm with different configurations seems to 
work well.

Comments? Views? reviews

Thanks

-- 
Khem Raj <kraj at mvista.com>
MontaVista Software Inc.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff
Url: http://lists.busybox.net/pipermail/uclibc/attachments/20070220/3aba8c37/attachment.diff 


More information about the uClibc mailing list