00001 /* (c) Copyright 2004-2005, Cadence Design Systems, Inc. All rights reserved. 00002 00003 This file is part of the OA Gear distribution. See the COPYING file in 00004 the top level OA Gear directory for copyright and licensing information. */ 00005 00006 /* 00007 Author: Afshin Abdollahi <afshin@usc.edu> 00008 00009 ChangeLog: 00010 2006-06-27: ChangeLog started 00011 */ 00012 00013 #if !defined(oagTimerTimerUnitTest_P) 00014 #define oagTimerTimerUnitTest_P 00015 00016 #include "oagUtilUnitTest.h" 00017 00018 namespace oagTimer { 00019 00020 class TimerUnitTest : public oagUtil::UnitTest { 00021 public: 00022 int runAllTests(void); 00023 }; 00024 00025 } 00026 00027 #endif