From c84cc5b55083a7e6626359741514b52f1328417a Mon Sep 17 00:00:00 2001 From: philsquared Date: Tue, 28 Dec 2010 03:32:20 -0800 Subject: [PATCH] Updated What's the CATCH? (markdown) --- Catch-for-Objective-C.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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