Files
UXP-Fixed/third_party/rust/url/Makefile
T
2018-02-02 04:16:08 -05:00

6 lines
156 B
Makefile

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