Results 1 to 2 of 2
It seems there are many test cases in the source code of gcc/glibc, e.g. in $glibc_src/string/, there are many test code files, like tester.c for user to test the library ...
- 07-31-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
how to use existing test code in gcc/glibc to test c/c++ run time environment?
It seems there are many test cases in the source code of gcc/glibc, e.g. in $glibc_src/string/, there are many test code files, like tester.c for user to test the library of string functions. And there are many test code files in other directories, like stdlib, math, etc.
I want to run all these test cases in one time to test the whole c/c++ run time environment, that is those shared libraries , like libc.so, libm.so, installed into system path (like /lib, /usr/lib ) . how should I do that?
- 07-31-2007 #2Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.


Reply With Quote