MYUtilitiesTest_main.m
author Jens Alfke <jens@mooseyard.com>
Sat May 24 13:24:33 2008 -0700 (2008-05-24)
changeset 11 e5976864dfe9
permissions -rw-r--r--
* Added BSD license to more .m files.
* Updated some copyright notices.
* Added some #imports to make the MYNetwork classes build without using the MYUtilities.pch prefix header.
     1 //
     2 //  MYUtilitiesTest_main.m
     3 //  MYNetwork
     4 //
     5 //  Created by Jens Alfke on 5/21/08.
     6 //  Copyright 2008 Jens Alfke. All rights reserved.
     7 //
     8 
     9 
    10 #import "Test.h"
    11 
    12 
    13 int main(int argc, const char *argv[])
    14 {
    15     RunTestCases(argc,argv);
    16     return 0;
    17 }