Moving into a valid package name

cat-town
Dan Buch 12 years ago
parent 13057264f1
commit d24efe640b

@ -4,7 +4,7 @@ PACKAGES := $(foreach pkg,\
$(shell ls src/meatballhat.com/gotour-artifacts),\ $(shell ls src/meatballhat.com/gotour-artifacts),\
$(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\ $(patsubst %,meatballhat.com/gotour-artifacts/%,$(pkg))\
) )
PACKAGES += meatballhat.com/amqp-fun PACKAGES += meatballhat.com/amqpfun
test: build test: build
go test $(PACKAGES) go test $(PACKAGES)

Loading…
Cancel
Save