summaryrefslogtreecommitdiff
path: root/tikzit/src/common/test/color.m
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/test/color.m')
-rw-r--r--tikzit/src/common/test/color.m6
1 files changed, 5 insertions, 1 deletions
diff --git a/tikzit/src/common/test/color.m b/tikzit/src/common/test/color.m
index e7a80ba..48a6ff4 100644
--- a/tikzit/src/common/test/color.m
+++ b/tikzit/src/common/test/color.m
@@ -23,7 +23,11 @@
#import "test/test.h"
#import "ColorRGB.h"
+#ifdef STAND_ALONE
+void runTests() {
+#else
void testColor() {
+#endif
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
startTestBlock(@"color");
@@ -73,4 +77,4 @@ void testColor() {
endTestBlock(@"color");
[pool drain];
-} \ No newline at end of file
+}