Skip to content

Commit

Permalink
chore: make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Nelson committed Mar 17, 2022
1 parent d394d46 commit 2d944d5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions libflux/go/libflux/buildinfo.gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ var sourceHashes = map[string]string{
"stdlib/experimental/min_test.flux": "9c50f8ed865bc4ce29596c58be44e76071be9ca16ef57d65156d563e920ea922",
"stdlib/experimental/mode_test.flux": "e125d0d2de23a705e3593ce8f414a3f3519b852083ebd989748ab7dd5d203257",
"stdlib/experimental/mqtt/mqtt.flux": "31aeae56a961429a0a69f930f2184a006b6f4269923d73dde98883fa5bec8805",
"stdlib/experimental/mqtt/mqtt_test.flux": "bfb77c41bccffcf5890027ec49e29c9c607c7bb59459dabec772fb989031c5a9",
"stdlib/experimental/oee/apq_test.flux": "6a64721efd123bbfd40ca90cbebc7cfd2dccbd651da5e1ee4d33e0833256be60",
"stdlib/experimental/oee/computeapq_test.flux": "a5069718fb11cee0ffc8b345ead279ccb7f4bcc4644ffdc8d641c310be1969ec",
"stdlib/experimental/oee/oee.flux": "30d6ce4144d1425cb9b294bd17fd73395d2a7c87b86c089aa89e73969a5b98f3",
Expand Down
16 changes: 16 additions & 0 deletions stdlib/experimental/mqtt/flux_test_gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// DO NOT EDIT: This file is autogenerated via the builtin command.

package mqtt

import ast "github.com/influxdata/flux/ast"

var FluxTestPackages = []*ast.Package{&ast.Package{
BaseNode: ast.BaseNode{
Comments: nil,
Errors: nil,
Loc: nil,
},
Files: []*ast.File{},
Package: "mqtt_test",
Path: "experimental/mqtt",
}}
2 changes: 2 additions & 0 deletions stdlib/test_packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
bitwise "github.com/influxdata/flux/stdlib/experimental/bitwise"
geo "github.com/influxdata/flux/stdlib/experimental/geo"
json "github.com/influxdata/flux/stdlib/experimental/json"
mqtt "github.com/influxdata/flux/stdlib/experimental/mqtt"
oee "github.com/influxdata/flux/stdlib/experimental/oee"
prometheus "github.com/influxdata/flux/stdlib/experimental/prometheus"
record "github.com/influxdata/flux/stdlib/experimental/record"
Expand Down Expand Up @@ -73,6 +74,7 @@ var FluxTestPackages = func() []*ast.Package {
pkgs = append(pkgs, bitwise.FluxTestPackages...)
pkgs = append(pkgs, geo.FluxTestPackages...)
pkgs = append(pkgs, json.FluxTestPackages...)
pkgs = append(pkgs, mqtt.FluxTestPackages...)
pkgs = append(pkgs, oee.FluxTestPackages...)
pkgs = append(pkgs, prometheus.FluxTestPackages...)
pkgs = append(pkgs, record.FluxTestPackages...)
Expand Down

0 comments on commit 2d944d5

Please sign in to comment.