diff options
author | Joe Wilm <joe@jwilm.com> | 2017-04-19 20:24:02 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-04-19 20:24:02 -0700 |
commit | 8963e97a5afe06a3b38836ac78b8e4e39ef75166 (patch) | |
tree | 539313b487364854b747a731b8c0ba065306ab14 /tests/ref.rs | |
parent | 811cb266d226a194fc16a14d46566e4b4494e631 (diff) | |
download | alacritty-8963e97a5afe06a3b38836ac78b8e4e39ef75166.tar.gz alacritty-8963e97a5afe06a3b38836ac78b8e4e39ef75166.zip |
Add more vttest ref tests
Diffstat (limited to 'tests/ref.rs')
-rw-r--r-- | tests/ref.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref.rs b/tests/ref.rs index 074763d9..a0327361 100644 --- a/tests/ref.rs +++ b/tests/ref.rs @@ -36,6 +36,9 @@ ref_tests! { tmux_htop vim_large_window_scroll vim_simple_edit + vttest_cursor_movement_1 + vttest_origin_mode_1 + vttest_origin_mode_2 vttest_scroll zsh_tab_completion } |