13 lines
178 B
C++
13 lines
178 B
C++
|
#include "testbed/fs.h"
|
||
|
|
||
|
namespace Testbed {
|
||
|
|
||
|
FSTestSuite::FSTestSuite() {
|
||
|
|
||
|
}
|
||
|
const char *FSTestSuite::getName() const {
|
||
|
return "File System";
|
||
|
}
|
||
|
|
||
|
} // End of namespace Testbed
|