Home | History | Annotate | Download | only in tests
      1 // clang-format off
      2 // Generated file (from: sub.mod.py). Do not edit
      3 #include "../../TestGenerated.h"
      4 
      5 namespace sub {
      6 // Generated sub test
      7 #include "generated/examples/sub.example.cpp"
      8 // Generated model constructor
      9 #include "generated/models/sub.model.cpp"
     10 } // namespace sub
     11 
     12 TEST_F(GeneratedTests, sub) {
     13     execute(sub::CreateModel,
     14             sub::is_ignored,
     15             sub::get_examples());
     16 }
     17 TEST_AVAILABLE_SINCE(V1_1, sub, sub::CreateModel)
     18 
     19 TEST_F(DynamicOutputShapeTest, sub_dynamic_output_shape) {
     20     execute(sub::CreateModel_dynamic_output_shape,
     21             sub::is_ignored_dynamic_output_shape,
     22             sub::get_examples_dynamic_output_shape());
     23 }
     24 
     25