aboutsummaryrefslogtreecommitdiff
path: root/adapters.go
diff options
context:
space:
mode:
authorFlu0r1ne <flur01ne@flu0r1ne.net>2021-08-04 14:32:22 -0500
committerFlu0r1ne <flur01ne@flu0r1ne.net>2021-08-04 14:32:22 -0500
commitf90a14d5d723c5d2b87f2eaa19f441dec33bb9b2 (patch)
treee0abd76b6ebd9adcc60732d532cb68c512b0c2d1 /adapters.go
parenta0b020a78eb0b33965c59460fc093c6959216e44 (diff)
downloadplanr-f90a14d5d723c5d2b87f2eaa19f441dec33bb9b2.tar.xz
planr-f90a14d5d723c5d2b87f2eaa19f441dec33bb9b2.zip
Prototyped build pipeline
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