Don't build tests until they are run
[alexxy/gromacs.git] / install-guide / install-guide.md
index 211f1af223d734c22ec7bcd29375e450aa90040a..67eb2c7d06146e9e1a2440901115f42c02f1838d 100644 (file)
@@ -13,7 +13,7 @@ at <http://www.gromacs.org/Documentation/Installation_Instructions>.
 3. Get and unpack the latest version of the GROMACS tarball.
 4. Make a separate build directory and change to it. 
 5. Run `cmake` with the path to the source as an argument
-6. Run `make`, `make test`, and `make install`
+6. Run `make`, `make check`, and `make install`
 
 Or, as a sequence of commands to execute:
 
@@ -23,7 +23,7 @@ Or, as a sequence of commands to execute:
     cd build
     cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
     make
-    make test
+    make check
     sudo make install
     source /usr/local/gromacs/bin/GMXRC