22 lines
826 B
C
22 lines
826 B
C
/***************************************************************************
|
|
UnitTestIncl.h
|
|
-----------------------------------------
|
|
begin : 2011/10/27
|
|
copyright : (C) 2005 SolutionBox Inc.
|
|
author : Service 1 Team
|
|
email : svc1@solbox.com
|
|
version : 1.0
|
|
|
|
CopyRight(C) 2005 SolutionBox Inc. All Rights reserved.
|
|
Redistribution and use in source and binary forms, with or with out
|
|
modification, are not permitted in outside of SolutionBox Inc.
|
|
***************************************************************************/
|
|
#ifndef __UNITTESTINCL_h__
|
|
#define __UNITTESTINCL_h__
|
|
|
|
#include <cppunit/extensions/HelperMacros.h>
|
|
#include <cppunit/extensions/TestFactoryRegistry.h>
|
|
#include <cppunit/ui/text/TestRunner.h>
|
|
|
|
#endif // __UNITTESTINCL_h__
|