gecko-dev/third_party/rust/offscreen_gl_context/Makefile
Kartikaya Gupta 10d3b0ebbe Bug 1335525 - Add webrender dependencies to third_party/rust. r=gfx
MozReview-Commit-ID: L77ffKqR5QU
2017-02-06 11:42:53 -05:00

9 lines
168 B
Makefile

.PHONY: all tests
all:
@echo > /dev/null
tests:
cargo test --verbose
cargo test --features texture_surface --verbose
cargo test --features "test_osmesa" --verbose