aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/fs.cpp
blob: 8428805cf861bf819f38c4f6cb9b4f4126660000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "testbed/fs.h"

namespace Testbed {

FSTestSuite::FSTestSuite() {
	
}
const char *FSTestSuite::getName() const {
	return "File System";
}

} // End of namespace Testbed