You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
341 B
18 lines
341 B
/**
|
|
*
|
|
**/
|
|
#include "bar_generated.h"
|
|
#include "root.h"
|
|
#include "root_generated.h"
|
|
|
|
namespace testing {
|
|
|
|
class BarTestDataClass : public DumpsysTestDataClass {
|
|
public:
|
|
TableAddFunction GetTable(flatbuffers::FlatBufferBuilder& fb_builder) override {
|
|
return [](DumpsysTestDataRootBuilder* builder) {};
|
|
}
|
|
};
|
|
|
|
} // namespace testing
|