summaryrefslogtreecommitdiffstats
path: root/third_party/rust/url/Makefile
blob: c6f1ff0c97d70282d4eed5886f6820cc45228378 (plain)
1
2
3
4
5
test:
	cargo test --features "query_encoding serde rustc-serialize"
	[ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize

.PHONY: test