repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / tests / kits / media / FormatDescriptions.h
blob062652499c7cf3c634cb998234a8a796b2bfa3ce
1 /*
2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef FORMAT_DESCRIPTIONS_TEST_H
6 #define FORMAT_DESCRIPTIONS_TEST_H
9 #include <TestCase.h>
10 #include <TestSuite.h>
13 class FormatDescriptionsTest: public BTestCase {
14 public:
15 FormatDescriptionsTest();
16 virtual ~FormatDescriptionsTest();
18 void TestCompare();
20 static void AddTests(BTestSuite& suite);
24 #endif