Browse Source

run_tests.sh now builds omnisharp binaries

Strahinja Val Markovic 11 years ago
parent
commit
afe270b6c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run_tests.sh

+ 1 - 1
run_tests.sh

@@ -31,7 +31,7 @@ else
   extra_cmake_args="-DUSE_DEV_FLAGS=ON"
 fi
 
-EXTRA_CMAKE_ARGS=$extra_cmake_args YCM_TESTRUN=1 ./install.sh
+EXTRA_CMAKE_ARGS=$extra_cmake_args YCM_TESTRUN=1 ./install.sh --omnisharp-completer
 
 for directory in third_party/*; do
   if [ -d "${directory}" ]; then