1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-18 19:04:07 +01:00
nfpm/acceptance/rpm_acceptance_test.go
2018-03-11 15:14:24 -03:00

12 lines
179 B
Go

package acceptance
import "testing"
func TestSimpleRPM(t *testing.T) {
accept(t, "simple_rpm", "rpm")
}
func TestComplexRPM(t *testing.T) {
accept(t, "complex_rpm", "rpm")
}