good morning!!!!

Skip to content
Snippets Groups Projects
Makefile 177 B
Newer Older
  • Learn to ignore specific revisions
  • TEST_HOST ?= 127.0.0.1
    
    build:
    	go build && go install
    
    reset-db:
    	$(MAKE) -C _dumps
    
    test: reset-db
    	go test -v
    	$(MAKE) -C _example
    
    bench: reset-db
    	go test -v -test.bench=.