We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e0bf commit e056656Copy full SHA for e056656
pkg/aflow/flow/flows.go
@@ -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
@@ -0,0 +1,6 @@
+// An empty test that runs registration and verification of all registered workflows via init functions.
0 commit comments