]>
git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dlopen-rpath-from-dylib.dtest/test.c
6 #include "test_support.h"
10 void* handle
= dlopen("@rpath/libbar.dylib", RTLD_LAZY
);
11 if ( handle
== NULL
) {
12 FAIL("dlopen(\"@rpath/libbar.dylib\") failed: %s", dlerror());