Skip to content

Commit e056656

Browse files
committed
pkg/aflow/flow: add package
1 parent 4b9e0bf commit e056656

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

pkg/aflow/flow/flows.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// Copyright 2025 syzkaller project authors. All rights reserved.
2+
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
3+
4+
package flow
5+
6+
import (
7+
_ "github.com/google/syzkaller/pkg/aflow/flow/assessment"
8+
_ "github.com/google/syzkaller/pkg/aflow/flow/patching"
9+
)

pkg/aflow/flow/flows_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Copyright 2025 syzkaller project authors. All rights reserved.
2+
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
3+
4+
package flow
5+
6+
// An empty test that runs registration and verification of all registered workflows via init functions.

0 commit comments

Comments
 (0)