Show
Ignore:
Timestamp:
08/09/08 21:44:20 (5 months ago)
Author:
liamstask
Message:

- a few tests for the Builder class: creating a Makefile properly and loading in the requisite libraries
- update the AinToServo? example's project file format

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mcbuilder/trunk/include/MainWindow.h

    r730 r799  
    3434#include "BuildLog.h" 
    3535#include "ProjectManager.h" 
     36 
     37#ifdef MCBUILDER_TEST_SUITE 
     38#include "TestBuilder.h" 
     39#endif 
    3640 
    3741class Preferences; 
     
    136140  void onUpdate(); 
    137141  void onVisitForum(); 
     142   
     143  #ifdef MCBUILDER_TEST_SUITE 
     144  friend class TestBuilder; 
     145  #endif 
    138146}; 
    139147