aboutsummaryrefslogtreecommitdiff
path: root/tests/core/cgo/objc/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/cgo/objc/README.rst')
-rw-r--r--tests/core/cgo/objc/README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/core/cgo/objc/README.rst b/tests/core/cgo/objc/README.rst
new file mode 100644
index 00000000..86faa182
--- /dev/null
+++ b/tests/core/cgo/objc/README.rst
@@ -0,0 +1,8 @@
+Objective C / cgo functionality
+===============================
+
+objc_test
+---------
+
+Checks that a Go target with Objective C code (both embedded and in an
+``objc_library`` ``cdeps`` dependency) compiles, links, and executes.