Ralph Castain
869041f770
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Jeff Squyres
c683500a29
debuggers: convert to opal_dl interface
2015-03-09 08:16:55 -07:00
Jeff Squyres
fe8bc4e7eb
debuggers: make the test safe to build without dlopen
...
This is a bit of overkill, but I'm cleaning out a bunch of other
libltdl-support assumptions, so I might as well do this one, too. The
test isn't built if we don't have libltdl support, but it had
half-hearted #if protection in it to make it safe to build even if we
didn't have libltdl support. This commit finishes that half-hearted
support.
2015-02-11 12:25:20 -08:00
Jeff Squyres
1fad51776d
Also add <stdlib.h> for exit().
...
This commit was SVN r23308.
2010-06-28 15:17:42 +00:00
Jeff Squyres
f9d4426c19
OS X / Absoft needs <string.h>
...
This commit was SVN r23307.
2010-06-28 15:15:06 +00:00
Jeff Squyres
ea05c73cfc
Use the right number of characters for the strncmp. Thanks to Brad
...
for catching that!
This commit was SVN r23281.
2010-06-18 15:45:38 +00:00
Jeff Squyres
cdc5541cb0
Search for "dlname", not "dlopen". This value will be filled in if
...
there is a DSO to open.
This commit was SVN r23280.
2010-06-18 15:13:34 +00:00
Jeff Squyres
b620e63bdc
Add in 2 cases for where this test may be skipped:
...
1. If opal wasn't built with libltdl support
1. If opal was built statically (i.e., dlopen='' in the .la file)
This commit was SVN r23270.
2010-06-14 16:06:43 +00:00
Rainer Keller
9efd8cfedc
- This bites us with make check (read MTT) on static builds (read jaguar)
...
Only test using dlopen, when we do have it...
cmr:v1.5
This commit was SVN r22483.
2010-01-25 23:41:59 +00:00
Jeff Squyres
528a22d1eb
Add a simple test inspired by Ashley Pittman to double check that the
...
msgq DLL is at least lt_dlopen-able.
This commit was SVN r22295.
2009-12-11 21:09:16 +00:00