Skip to content

Commit

Permalink
TestMergeHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 21, 2024
1 parent 96eca26 commit 536f5c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gengo/bind/sdkMerge/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ import (

func TestMergeHeader(t *testing.T) {
filepath.Walk("../../../bin", func(path string, info fs.FileInfo, err error) error {
if strings.Contains(path, "Examples") {
return err
}
if filepath.Ext(path) == ".h" {
println(path)
}
Expand Down

0 comments on commit 536f5c2

Please sign in to comment.