(t *testing.T)
| 10 | ) |
| 11 | |
| 12 | func TestPlugin(t *testing.T) { |
| 13 | RegisterFailHandler(Fail) |
| 14 | pluginbuilder.BuildTestBinary(filepath.Join("..", "fixtures", "plugins", "test_1"), "test_1") |
| 15 | RunSpecs(t, "Plugin Suite") |
| 16 | } |
nothing calls this directly
no test coverage detected