You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
222 B

  1. BINARY = weed
  2. SOURCE_DIR = .
  3. all: install
  4. install:
  5. cd weed; go install
  6. full_install:
  7. cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
  8. tests:
  9. cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...