Makefile 156 B

12345
  1. test:
  2. cargo test --features "query_encoding serde rustc-serialize"
  3. [ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize
  4. .PHONY: test