]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/cfstring-and-cstring/Makefile
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-and-cstring / Makefile
diff --git a/unit-tests/test-cases/cfstring-and-cstring/Makefile b/unit-tests/test-cases/cfstring-and-cstring/Makefile
new file mode 100644 (file)
index 0000000..6f9b150
--- /dev/null
@@ -0,0 +1,14 @@
+TESTROOT = ../..
+include ${TESTROOT}/include/common.makefile
+
+SHELL = bash # use bash shell so we can redirect just stderr
+
+
+run: all
+
+all:
+       ${CC} ${CCFLAGS} foo.c bar.c -Os -o foo -framework CoreFoundation
+       ${PASS_IFF_GOOD_MACHO} foo
+
+clean:
+       rm -rf foo