summaryrefslogtreecommitdiff
path: root/adapters.go
diff options
context:
space:
mode:
Diffstat (limited to 'adapters.go')
-rw-r--r--adapters.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/adapters.go b/adapters.go
index b9c8d9c..7c7dd0b 100644
--- a/adapters.go
+++ b/adapters.go
@@ -19,6 +19,8 @@ type Adapter interface {
Build(testCase TestCase)
// Called once after all builds
FinalizeBuild()
+ // Called pre-evaluate
+ Make()
// Called once per test case after FinalizeBuild
Evaluate(testCase TestCase) TestResult
// Called once after each test has been evaluated