xref: /haiku/src/tests/kits/support/DateTimeTest.h (revision 84cc2b9655c438c28cd0073991f41684d41d1fe8)
1 /*
2  * Copyright 2014, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _DATE_TIME_TEST_H_
6 #define _DATE_TIME_TEST_H_
7 
8 
9 #include "TestCase.h"
10 
11 
12 CppUnit::Test *DateTimeTestSuite();
13 
14 
15 #endif	// _DATE_TIME_TEST_H_
16