ftmemsim-valgrind/none/tests/require-text-symbol.c
Julian Seward 2e6b7655d1 New flag --require-text-symbol=:sopatt:fnpatt, to be used to check
that specified shared objects contain specified symbols.  Along with a
couple of regtests that unfortunately will fail on MacOSX.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11125
2010-05-09 22:30:43 +00:00

9 lines
172 B
C

/* Doesn't do anything. The point of this is to test for the presence
of a couple of symbols in libc.so. See the .vgtest files. */
int main ( void )
{
return 0;
}