diff --git a/Catch-for-Objective-C.md b/Catch-for-Objective-C.md index cbf473a..6f144be 100644 --- a/Catch-for-Objective-C.md +++ b/Catch-for-Objective-C.md @@ -42,4 +42,8 @@ To allow C++ to be mixed with an Objective-C project your test case source files ## What state is CATCH in - can I use it now? Currently CATCH should be considered a "developer preview". You can try it out and see what you think but it is still undergoing heavy development and names and interfaces are subject to change (the macro names should be stable now). I wouldn't recommend it for commercial projects - or anything beyond small scale test projects for now. -of course if you want to contribute then you are very welcome. \ No newline at end of file +of course if you want to contribute then you are very welcome. + +## So how do I use it? + +Check out the [[tutorial]]. \ No newline at end of file