github.com/walf443/mgr@v0.0.0-20150203144449-6f7a3a548462/sqlparser/Makefile (about)

     1  
     2  test: mysql_test
     3  
     4  mysql_test:
     5  	cd mysql && make test
     6  
     7  .PHONY: test mysql_test