Makefile 181 B

123456
  1. test:
  2. cargo test --features "query_encoding serde rustc-serialize"
  3. [ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize
  4. (cd idna && cargo test)
  5. .PHONY: test