diff options
Diffstat (limited to 'third_party/rust/url/Makefile')
-rw-r--r-- | third_party/rust/url/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/url/Makefile b/third_party/rust/url/Makefile new file mode 100644 index 000000000..c6f1ff0c9 --- /dev/null +++ b/third_party/rust/url/Makefile @@ -0,0 +1,5 @@ +test: + cargo test --features "query_encoding serde rustc-serialize" + [ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heapsize + +.PHONY: test |