]> git.saurik.com Git - apple/objc4.git/blobdiff - test/load-reentrant.m
objc4-493.9.tar.gz
[apple/objc4.git] / test / load-reentrant.m
index d1740e4e057f487b15fde844e71d6fafb9f4bb4b..cb7d63598f2ab47f960370a226368ce094b6757b 100644 (file)
@@ -1,3 +1,10 @@
+/*
+TEST_BUILD
+    $C{COMPILE} $DIR/load-reentrant.m -o load-reentrant.out
+    $C{COMPILE} $DIR/load-reentrant2.m -o libload-reentrant2.dylib -bundle -bundle_loader load-reentrant.out
+END
+*/
+
 #include "test.h"
 #include <dlfcn.h>