add goplugin for exec generators and transformers

This commit is contained in:
Jingfang Liu
2019-04-09 11:19:33 -07:00
parent ee68a9c450
commit ba43ecbcb7
7 changed files with 180 additions and 10 deletions

View File

@@ -11,6 +11,10 @@ cd "$base_dir" || {
rc=0
function buildPlugins {
go build -buildmode plugin -tags=plugin -o ./pkg/plugins/builtin/executable.so ./pkg/plugins/builtin/executable.go
}
function runTest {
local name=$1
local result="SUCCESS"
@@ -36,6 +40,7 @@ function testExamples {
mdrip --mode test --label test README.md ./examples
}
runTest buildPlugins
runTest testGoLangCILint
runTest testGoTest
runTest testExamples