blob: 76fcc2412334c751cfba11db5b709c8845d0506f [file] [log] [blame]
// clang-format off
// Generated file (from: sub.mod.py). Do not edit
#include "../../TestGenerated.h"
namespace sub {
// Generated sub test
#include "generated/examples/sub.example.cpp"
// Generated model constructor
#include "generated/models/sub.model.cpp"
} // namespace sub
TEST_F(GeneratedTests, sub) {
execute(sub::CreateModel,
sub::is_ignored,
sub::get_examples());
}