Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / ACE / tests / Main.cpp
blob46833b5d73f0216071b7a9d2ab45889254451e02
2 //=============================================================================
3 /**
4 * @file Main.cpp
6 * This is a wrapper for the test programs. It obviates the test cpp's
7 * from having to always include OS.h.
9 * @author Don Hinton <dhinton@dresystems.com>
11 //=============================================================================
14 #include "ace/OS_main.h"
15 #if defined (ACE_HAS_WINCE)
16 # include "ace/ACE.h"
17 #endif /* ACE_HAS_WINCE */
18 int run_main (int argc, ACE_TCHAR *argv[]);
20 int
21 ACE_TMAIN (int argc, ACE_TCHAR *argv[])
23 return run_main (argc, argv);