gecko-dev/third_party/rust/offscreen_gl_context/Makefile

9 строки
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