(t *testing.T)
| 28 | } |
| 29 | |
| 30 | func TestDefinition(t *testing.T) { |
| 31 | dockerfilePath, backendDockerfilePath, bakeFilePath := testPaths(t) |
| 32 | testDefinition(t, dockerfilePath, backendDockerfilePath, bakeFilePath) |
| 33 | } |
| 34 | |
| 35 | func testDefinition(t *testing.T, dockerfilePath, backendDockerfilePath, bakeFilePath string) { |
| 36 | dockerfilePath = filepath.ToSlash(dockerfilePath) |
nothing calls this directly
no test coverage detected