Skip to content

Commit

Permalink
Run RLS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Jul 17, 2017
1 parent 2579793 commit 04415dc
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 46 deletions.
120 changes: 86 additions & 34 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ members = [
"tools/rust-installer",
"tools/cargo",
"tools/rls",
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
"tools/rls/test_data/borrow_error",
"tools/rls/test_data/completion",
"tools/rls/test_data/find_all_refs",
"tools/rls/test_data/find_all_refs_no_cfg_test",
"tools/rls/test_data/goto_def",
"tools/rls/test_data/highlight",
"tools/rls/test_data/hover",
"tools/rls/test_data/rename",
"tools/rls/test_data/reformat",
"tools/rls/test_data/bin_lib_no_cfg_test",
"tools/rls/test_data/multiple_bins",
"tools/rls/test_data/bin_lib",
"tools/rls/test_data/reformat_with_range",
]

# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
Expand Down
Loading

0 comments on commit 04415dc

Please sign in to comment.