Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Apr 2007
    Posts
    3

    Question 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?

  2. #2
    Just Joined!
    Join Date
    Apr 2007
    Posts
    3
    Please click one of the Quick Reply icons in the posts above to activate Quick Reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...