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

12 lines
179 B
Go

package acceptance
import "testing"
func TestSimpleDeb(t *testing.T) {
accept(t, "simple_deb", "deb")
}
func TestComplexDeb(t *testing.T) {
accept(t, "complex_deb", "deb")
}