Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix external tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Sep 15, 2021
1 parent 1e267b7 commit e7f62f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/codegen/econf/spec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ default = 0

[format/#]
type = struct
check/type = any
default = ""
gen/struct/type = FormatConf
gen/struct/depth = 2
Expand Down
3 changes: 3 additions & 0 deletions examples/codegen/tree/spec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ mountpoint = codegen_tree_example.conf

[root]
type = struct_ref
check/type = any
default = ""
check/reference = recursive
check/reference/restrict = ../tree/_

[tree/_]
type = struct
check/type = any
default = ""
gen/struct/type = Tree
gen/struct/alloc = 1

[tree/_/children/#]
type = struct_ref
check/type = any
default = ""
gen/struct/array/sizefield = childCount

Expand Down

0 comments on commit e7f62f2

Please sign in to comment.