]> git.saurik.com Git - apple/objc4.git/blobdiff - test/load-order.m
objc4-493.9.tar.gz
[apple/objc4.git] / test / load-order.m
index 79d68e4cc7dd85ff55c8f7845c41faf24d224a42..fd093704a5c92f7d4ac554c814ec6de3c6169f86 100644 (file)
@@ -1,3 +1,12 @@
+/*
+TEST_BUILD
+    $C{COMPILE} $DIR/load-order3.m -o load-order3.dylib -dynamiclib
+    $C{COMPILE} $DIR/load-order2.m -o load-order2.dylib -x none load-order3.dylib -dynamiclib
+    $C{COMPILE} $DIR/load-order1.m -o load-order1.dylib -x none load-order3.dylib load-order2.dylib -dynamiclib
+    $C{COMPILE} $DIR/load-order.m  -o load-order.out -x none load-order3.dylib load-order2.dylib load-order1.dylib 
+END
+*/
+
 #include "test.h"
 
 extern int state1, state2, state3;