diff --git a/buildinfoschema_test.go b/buildinfoschema_test.go index df6493a5..4b926d57 100644 --- a/buildinfoschema_test.go +++ b/buildinfoschema_test.go @@ -17,6 +17,10 @@ func TestGoSchema(t *testing.T) { validateBuildInfoSchema(t, "go", filepath.Join("golang", "project"), func() {}) } +func TestCargoSchema(t *testing.T) { + validateBuildInfoSchema(t, "cargo", filepath.Join("cargo", "project"), func() {}) +} + func TestMavenSchema(t *testing.T) { validateBuildInfoSchema(t, "mvn", filepath.Join("maven", "project"), func() {}) }