drd/tests: Add the "dlopen" test program
commitdca461cf60f14422b35d4521ea1f6212b7bc29b6
authorBart Van Assche <bvanassche@acm.org>
Tue, 9 May 2017 04:46:20 +0000 (9 04:46 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 9 May 2017 04:46:20 +0000 (9 04:46 +0000)
tree1786094da1db002fec4460fa47e6ab8549a59ee2
parente3bc6c7dc79ae2fb0878234ad6128d92f7f2bb2f
drd/tests: Add the "dlopen" test program

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16343
drd/tests/Makefile.am
drd/tests/dlopen.stderr.exp [new file with mode: 0644]
drd/tests/dlopen.stdout.exp [new file with mode: 0644]
drd/tests/dlopen.vgtest [new file with mode: 0644]
drd/tests/dlopen_lib.c [new file with mode: 0644]
drd/tests/dlopen_lib.h [new file with mode: 0644]
drd/tests/dlopen_main.c [new file with mode: 0644]