fixes for xcode4 and cyassl2

This commit is contained in:
Todd A Ouska
2011-09-25 16:35:54 -07:00
parent c6dd6f589e
commit 08fd73bbec
7 changed files with 41 additions and 67 deletions

View File

@@ -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;