Moving into a valid package name

This commit is contained in:
Dan Buch 2012-11-10 18:38:06 -05:00
parent 13057264f1
commit d24efe640b
2 changed files with 1 additions and 1 deletions

View File

@ -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)