mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-07 01:54:02 +01:00
fixes for xcode4 and cyassl2
This commit is contained in:
@@ -68,7 +68,9 @@ int main(int argc, char** argv)
|
||||
|
||||
if (CurrentDir("testsuite"))
|
||||
ChangeDirBack(1);
|
||||
|
||||
else if (CurrentDir("build")) /* Xcode->Preferences->Locations->Build */
|
||||
ChangeDirBack(2); /* Location "Place build product in locations
|
||||
specified by targets", uses build/Debug */
|
||||
/* CTaoCrypt test */
|
||||
ctaocrypt_test(&args);
|
||||
if (args.return_code != 0) return args.return_code;
|
||||
|
||||
Reference in New Issue
Block a user