27e5f34941
We cannot access them directly but we can provide (ObjC) property wrappers around them, making them usable from ObjC code. |
||
---|---|---|
.. | ||
libmanaged | ||
.gitignore | ||
Makefile | ||
README.md | ||
leak-at-exit.c | ||
perf-test.m | ||
test-managed.m |
README.md
objc-cli
This is a test case of ObjC command line applications that use managed.dll
. It's not meant to do anything useful but call all generated code to ensure everything works as expected.
There's an Xcode project that also runs the tests with XCTest to ease debugging and help test automation on bots.