alacritty / vte

Parser for virtual terminal emulators
https://docs.rs/vte/
Apache License 2.0
242 stars 56 forks source link

how do I run the tests? #55

Closed danielgatis closed 4 years ago

danielgatis commented 4 years ago

Hi! What do I do with testes\demo.vte? How do I know I didn't break anything?

kchibisov commented 4 years ago

Tests should be run with cargo test or cargo test --release.

This particular file is for benchmarking, which could be run with cargo +nightly bench --features=nightly