@@ -19,10 +19,15 @@ #import "OFString.h" #import "OFFile.h" #import "OFAutoreleasePool.h" #import "TestsAppDelegate.h" + +#ifdef _PSP +# include +PSP_MODULE_INFO("ObjFW Tests", 0, 0, 0); +#endif OF_APPLICATION_DELEGATE(TestsAppDelegate) @implementation TestsAppDelegate - (void)outputString: (OFString*)str @@ -42,11 +47,11 @@ } [of_stdout writeString: str]; [of_stdout writeString: @"\033[m"]; #else -#error No output method! +# error No output method! #endif } - (void)outputTesting: (OFString*)test inModule: (OFString*)module