Embeddinator-4000/tests/objc-cli
Sebastien Pouliot 27e5f34941 [objc] Add basic (readonly) support for fields (#129)
We cannot access them directly but we can provide (ObjC) property
wrappers around them, making them usable from ObjC code.
2017-04-17 10:03:46 -04:00
..
libmanaged [objc] Add basic (readonly) support for fields (#129) 2017-04-17 10:03:46 -04:00
.gitignore [tests][objc] Build debug tests into a subdirectory as well. (#108) 2017-04-12 17:02:16 +02:00
Makefile [tests][objc] Build debug tests into a subdirectory as well. (#108) 2017-04-12 17:02:16 +02:00
README.md [docs] Start a limitations document and add read me for the new directories created in the objc branch (#45) 2017-04-02 13:25:42 -05:00
leak-at-exit.c [objc] Add memory leak tests, and fix a few issues those found. (#65) 2017-04-06 15:50:43 +02:00
perf-test.m [objc] Simpler generator that, so far, only handle static properties (#29) 2017-03-31 10:21:23 -05:00
test-managed.m [objc] Add support for default .ctor/init and namespaces (#38) 2017-04-03 08:23:57 -05:00

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.