headers/bsd: Add sys/queue.h.
[haiku.git] / src / tests / servers / launch / UtilityTest.h
blobab8064968e89a04481917629b9f70bd75010263c
1 /*
2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef UTILITY_TEST_H
6 #define UTILITY_TEST_H
9 #include <TestCase.h>
10 #include <TestSuite.h>
13 class UtilityTest : public CppUnit::TestCase {
14 public:
15 UtilityTest();
16 virtual ~UtilityTest();
18 void TestTranslatePath();
20 static void AddTests(BTestSuite& suite);
24 #endif // UTILITY_TEST_H