2 * Copyright 2017, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
8 #include <TestSuiteAddon.h>
10 #include "KPathTest.h"
16 BTestSuite
* suite
= new BTestSuite("KernelFS");
18 KPathTest::AddTests(*suite
);