Update build_win_msys authored by Adrien Crovato's avatar Adrien Crovato
......@@ -80,7 +80,7 @@ cd dartflo
git submodule init
git submodule update
```
Compile DART in a MSYS-MINGW terminal
Compile and test DART in a MSYS-MINGW terminal
```sh
mkdir build && cd build
export INCLUDE="${INCLUDE}:/mingw64/include/eigen3"
......@@ -94,7 +94,7 @@ For a complete list of options, refer to the [build](Build) page.
*Note*: test tbox/mpi/helloworld.py requires MS-MPI and mpi4py to work
**Run an example**
From the DART root directory,
```sh
cd ..
python run.py waves/tests/lift.py [-k4] [--nogui]
```
\ No newline at end of file